X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=4a32ad2d7ab83492532204ed64ac5ff1171dfe0b;hb=dc4e0ddb742c04bb16a4b921029af263bc240b0e;hp=0543564b43d1dfa13ab864f849638dfcd718bd25;hpb=ad35265d743e621d86f3f0796dd9d8795c599dca;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 0543564b4..4a32ad2d7 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -1,7 +1,5 @@ -@import '_variables'; -@import '_mixins'; -@import '~bootstrap/scss/functions'; -@import '~bootstrap/scss/variables'; +@use '_variables' as *; +@use '_mixins' as *; .peertube-container { padding-bottom: 20px; @@ -70,22 +68,24 @@ display: flex; align-items: center; overflow: hidden; + padding: 0 0 0 10px; .instance-name { @include ellipsis; width: 100%; + + @media screen and (max-width: $mobile-view) { + display: none; + } } .icon.icon-logo { + @include margin-right(0.5rem); + display: inline-block; width: 23px; height: 24px; - margin-right: 0.5rem; - } - - @media screen and (max-width: $mobile-view) { - display: none; } }