X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=2aadb1c97466aad003ceaebbc0f44084458d2766;hb=f076daa76a32074cba162459e38fa8c130ad42d0;hp=97c5d461a65db188e4b38c52cef623e3b938bbce;hpb=d2cc03aaad62fa6cf1c64622229bcc83f24fccb6;p=oweals%2Fpeertube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 97c5d461a..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,11 +38,7 @@ 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/images/header/menu.svg'); @@ -59,12 +58,14 @@ .icon.icon-logo { display: inline-block; background: url('../assets/images/logo.svg') no-repeat; - width: 20px; + 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; +}