X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=6edf966f99717b6fe2f4e6fda9eec80387517390;hb=ad9e39fb815d85e5e718c40540fa75471474fa17;hp=24c4f66c72803ade539d38d29f4451febb41e064;hpb=8a44f8354e614ee24f4b749c4e1a3cf1fde2b4d4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 24c4f66c7..6edf966f9 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -39,7 +39,7 @@ min-width: 0; .icon { - @include icon(22px); + @include icon(24px); &.icon-menu { background-image: url('../assets/images/header/menu.svg'); @@ -49,7 +49,6 @@ #peertube-title { @include disable-default-a-behaviour; - width: 100%; font-size: 20px; font-weight: $font-bold; color: inherit !important; @@ -79,6 +78,10 @@ display: none; } } + + @media screen and (max-width: 350px) { + flex: auto; + } } .header-right {