X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=42293e4121b33a11e57646aef48da2c6117b890e;hb=ace396c4e0d65362fd8b82c86e88085622927b43;hp=a2180e19d3483c4218a53ddfe503c87b741a41a2;hpb=e66883b37ae0796256b3aba550670a2d76cfc98a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index a2180e19d..42293e412 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -3,6 +3,8 @@ @import '~bootstrap/scss/functions'; @import '~bootstrap/scss/variables'; +$assets-path: '../assets'; + .peertube-container { padding-bottom: 20px; } @@ -39,8 +41,12 @@ &.icon-menu { background-color: pvar(--mainForegroundColor); - mask-image: url('../assets/images/header/menu.svg'); + mask-image: url('#{$assets-path}/images/misc/menu.svg'); margin: 0 18px 0 20px; + + @media screen and (max-width: $mobile-view) { + margin: 0 10px; + } } } @@ -62,7 +68,6 @@ .icon.icon-logo { display: inline-block; - background: url('../assets/images/logo.svg') no-repeat; width: 23px; height: 24px; margin-right: .5rem; @@ -70,16 +75,11 @@ } @media screen and (max-width: $mobile-view) { - width: 70px; .peertube-title { display: none; } } - - @media screen and (max-width: 350px) { - flex: auto; - } } .header-right {