X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=ca0030922f77565a88a04521a44565fbb2edc952;hb=67167390827ca0c6c10849f26d0deb8b32186a7e;hp=627187bd05e2d3802ecc8aae35c6a289793e1362;hpb=efbf0ed7f2a5d01fbcacc26dae1ff254c46b0ce5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 627187bd0..ca0030922 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -1,49 +1,79 @@ +.main-row { + min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin}); +} + .title-menu-left { + position: fixed; height: calc(100vh - #{$header-height}); - padding-right: 0; + padding: 0; - .title-menu-left-block { - margin-left: -15px; + .title-menu-left-block.menu { + height: 100%; + } +} - &.menu { - height: 100%; - } +.header { + height: $header-height; + + .fake-title-block { + display: inline-block; } - #peertube-title { + .top-left-block { 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; - display: flex; - flex-direction: column; - justify-content: center; - text-align: center; - - a { - color: inherit !important; - display: block; - background: url(/client/assets/logo.png) no-repeat; - background-size: contain; - width: 180px; - height: 22px; - margin: auto; - - &:hover { + position: fixed; + + &.border-bottom { + border-bottom: 1px solid $header-border-color; + } + + .hamburger-block { + margin-right: 20px; + margin-left: 15px; + + .glyphicon { + position: relative; + top: 4px; + } + } + + #peertube-title { + + a { color: inherit !important; - text-decoration: none !important; + display: block; + background: url(/client/assets/logo.png) no-repeat; + background-size: contain; + background-position: center; + width: 180px; + height: 100%; + margin: auto; + + &:hover { + color: inherit !important; + text-decoration: none !important; + } } } } -} -my-search { - // Fix col-md-* padding - padding: 0; + my-search { + position: fixed; + z-index: 1000; + // Fix col-md-* padding + padding: 0; + } + + .search-col { + height: 100%; + margin-left: -15px; + padding: 0; + } } footer {