X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmenu%2Favatar-notification.component.scss;h=88f2b629698d3582419efb3e7bbe7d7b51355718;hb=07098c33df3f5e00c2a150d3025abb779d0edb6c;hp=713ac7cb910b6fcf3be99cce0cfcb59ae6848f29;hpb=10475dea7d2343c13014134b33bc75f7c59ac992;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/menu/avatar-notification.component.scss b/client/src/app/menu/avatar-notification.component.scss index 713ac7cb9..88f2b6296 100644 --- a/client/src/app/menu/avatar-notification.component.scss +++ b/client/src/app/menu/avatar-notification.component.scss @@ -34,6 +34,7 @@ & > my-user-notifications:nth-child(2) { overflow-y: auto; + flex-grow: 1; } } @@ -45,7 +46,7 @@ align-items: center; padding: 0 10px; font-size: 16px; - height: 50px; + min-height: 50px; a { @include disable-default-a-behaviour; @@ -105,8 +106,8 @@ align-items: center; justify-content: center; - background-color: var(--mainColor); - color: var(#fff); + background-color: pvar(--mainColor); + color: #fff; font-size: 10px; font-weight: $font-semibold;