]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Improve "no notifications" message
authorChocobozzz <me@florianbigard.com>
Thu, 10 Jan 2019 15:28:31 +0000 (16:28 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 14 Jan 2019 08:06:58 +0000 (09:06 +0100)
client/src/app/menu/avatar-notification.component.scss
client/src/app/shared/users/user-notifications.component.scss

index c86667469ac2f608d1859e3ce98b4a41385475eb..47d04ace33a0c9b6c8568fc3085eddb63ab36d5f 100644 (file)
@@ -11,6 +11,7 @@
       font-family: $main-fonts;
       overflow-y: auto;
       max-height: 500px;
+      min-width: 200px;
       box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30);
 
       .notifications-header {
index 0493b10d9330f1bf32fb7a08734aafe3277d0098..0ae26ea3990f8bdac24c90a2d24306b4d8aca9e4 100644 (file)
@@ -1,3 +1,10 @@
+.no-notification {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  padding: 20px 0;
+}
+
 .notification {
   display: flex;
   justify-content: space-between;