X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=dc4dcf28bcb2aa6eb2730afb0817361654f7420b;hb=ea9f487b40c7f1d7348d9f88703cb9d52c7e8603;hp=95f306d759cd3d46975098378edc719668ecf809;hpb=a6375e69668ea42e19531c6bc68dcd37f3f7cbd7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 95f306d75..dc4dcf28b 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -1,19 +1,39 @@ -#peertube-title a { - color: inherit !important; +.title-menu-left { + height: calc(100vh - #{$header-height}); + padding-right: 0; - &:hover { - color: inherit !important; - text-decoration: none !important; + .title-menu-left-block { + margin-left: -15px; + + &.menu { + height: 100%; + } } -} -header div { - line-height: 25px; - margin-bottom: 30px; -} + #peertube-title { + background-color: #fff; + border-right: 1px solid $header-border-color; + font-size: 25px; + line-height: $header-height; + text-align: center; + margin-top: 0; + margin-bottom: 0; -.router-outlet-container { - @media screen and (max-width: 400px) { - padding: 0 3px 0 3px; + a { + color: inherit !important; + + &:hover { + color: inherit !important; + text-decoration: none !important; + } + } } } + +footer { + border-top: 1px solid rgba(0, 0, 0, 0.2); + padding: 10px; + text-align: center; + font-size: small; + margin: 30px 10px 0 10px; +}