X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=42293e4121b33a11e57646aef48da2c6117b890e;hb=ace396c4e0d65362fd8b82c86e88085622927b43;hp=d121ebad2dac5b4a3be10946ede960c6e04424c5;hpb=c41c0e28ed444fdb427f9803d2f123ba6f535fb9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index d121ebad2..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/misc/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 {