X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=51a7a3dd1df1dddbb02fbc72407b2e3ae18aab65;hb=4ee6a8b13edb0dd6186139f3a6589b06139f464b;hp=3f8b9777af3aa667696effeb8df366141da3fb95;hpb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 3f8b9777a..51a7a3dd1 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -25,7 +25,6 @@ height: $header-height; display: flex; align-items: center; - flex: 1; min-width: 0; .icon { @@ -38,8 +37,9 @@ } } - #peertube-title { + .peertube-title { @include disable-default-a-behaviour; + font-size: 20px; font-weight: $font-bold; color: inherit !important; @@ -64,7 +64,7 @@ @media screen and (max-width: 500px) { width: 70px; - #peertube-title { + .peertube-title { display: none; } } @@ -80,6 +80,7 @@ align-items: center; justify-content: flex-end; white-space: nowrap; + flex: 1; } }