Merge branch 'release/2.1.0' into develop
[oweals/peertube.git] / client / src / app / menu / avatar-notification.component.scss
index 713ac7cb910b6fcf3be99cce0cfcb59ae6848f29..ebb2a54248486b3d0b0fcc0aa074e8bcbcad5167 100644 (file)
@@ -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;