X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=2aadb1c97466aad003ceaebbc0f44084458d2766;hb=7416fbf3359fc0b890cba3dae9661fe450604b21;hp=1baffa5c8e7653e24b05e7cf71d1e3e37da52dde;hpb=c30745f342480b59fb0856a059c8c2fbffbcfc6a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 1baffa5c8..2aadb1c97 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -1,3 +1,6 @@ +@import '_variables'; +@import '_mixins'; + .main-row { min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin}); } @@ -35,14 +38,10 @@ align-items: center; .icon { - cursor: pointer; - width: 22px; - height: 22px; - display: inline-block; - background-size: contain; + @include icon(22px); &.icon-menu { - background-image: url('../assets/header/menu.svg'); + background-image: url('../assets/images/header/menu.svg'); margin: 0 18px 0 24px; } } @@ -58,13 +57,15 @@ .icon.icon-logo { display: inline-block; - background: url('../assets/logo.svg') no-repeat; - width: 20px; + background: url('../assets/images/logo.svg') no-repeat; + width: 23px; height: 24px; } } @media screen and (max-width: 500px) { + width: 70px; + #peertube-title { display: none; } @@ -88,3 +89,8 @@ footer { margin-top: $footer-margin; height: $footer-height; } + +simple-notifications { + position: relative; + z-index: 1500; +}