X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=dc4dcf28bcb2aa6eb2730afb0817361654f7420b;hb=ea9f487b40c7f1d7348d9f88703cb9d52c7e8603;hp=e02c2d5b0718b0a925223cc7bb06c7559595ce3f;hpb=4a6995be18b15de1834a39c8921a0e4109671bb6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index e02c2d5b0..dc4dcf28b 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -1,32 +1,39 @@ -header div { - line-height: 25px; - margin-bottom: 30px; -} - -menu { - min-height: 600px; - margin-right: 20px; - border-right: 1px solid rgba(0, 0, 0, 0.2); +.title-menu-left { + height: calc(100vh - #{$header-height}); + padding-right: 0; - .panel_button { - margin: 8px; - cursor: pointer; - transition: margin 0.2s; + .title-menu-left-block { + margin-left: -15px; - &:hover { - margin-left: 15px; + &.menu { + height: 100%; } + } + + #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; a { - color: #333333; - } - } + color: inherit !important; - .glyphicon { - margin: 5px; + &:hover { + color: inherit !important; + text-decoration: none !important; + } + } } } -.panel_block:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.1); +footer { + border-top: 1px solid rgba(0, 0, 0, 0.2); + padding: 10px; + text-align: center; + font-size: small; + margin: 30px 10px 0 10px; }