X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=881f3ff318fa4f3e8ab94930ec313f3adf7fe3bb;hb=f242c2e01e3423ad63a9a6d904062256d60b6971;hp=8e88bceff3da58e75affa2ebe92b039ee21f8934;hpb=07fa4c97ca50b83b0bee9230da97d02401b4e05f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 8e88bceff..881f3ff31 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -7,17 +7,7 @@ .sub-header-container { margin-top: $header-height; -} - -.title-menu-left { - position: fixed; - height: calc(100vh - #{$header-height}); - padding: 0; - width: $menu-width; - - .title-menu-left-block.menu { - height: 100%; - } + background-color: var(--mainBackgroundColor); } .header { @@ -25,7 +15,7 @@ position: fixed; top: 0; width: 100%; - background-color: #fff; + background-color: var(--mainBackgroundColor); z-index: 1000; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16); display: flex; @@ -39,10 +29,11 @@ min-width: 0; .icon { - @include icon(22px); + @include icon(24px); &.icon-menu { - background-image: url('../assets/images/header/menu.svg'); + background-color: var(--mainForegroundColor); + mask-image: url('../assets/images/header/menu.svg'); margin: 0 18px 0 20px; } } @@ -94,15 +85,9 @@ } footer { - border-top: 1px solid $footer-border-color; padding: 10px 0; - text-align: center; font-size: 11px; margin-top: $footer-margin; height: $footer-height; -} - -simple-notifications { - position: relative; - z-index: 1500; + justify-content: center; }