]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/menu/avatar-notification.component.scss
Fix invisible things in dark mode
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / avatar-notification.component.scss
index c86667469ac2f608d1859e3ce98b4a41385475eb..f6242eeae406c285c93c4462e14c478b77697c21 100644 (file)
@@ -11,7 +11,9 @@
       font-family: $main-fonts;
       overflow-y: auto;
       max-height: 500px;
+      min-width: 200px;
       box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30);
+      overflow-y: auto;
 
       .notifications-header {
         display: flex;
@@ -40,7 +42,7 @@
         justify-content: center;
         font-weight: $font-semibold;
         color: var(--mainForegroundColor);
-        height: 30px;
+        padding: 7px 0;
       }
     }
   }