diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-10 16:28:31 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-14 09:06:58 +0100 |
commit | f242c2e01e3423ad63a9a6d904062256d60b6971 (patch) | |
tree | c2aa2a8f76615f36ba2e60a5487e0028fc3fd774 /client/src/app/menu/avatar-notification.component.scss | |
parent | 9b4b15f91c485f9a7fe2ed314b4101f4b7506b38 (diff) | |
download | PeerTube-f242c2e01e3423ad63a9a6d904062256d60b6971.tar.gz PeerTube-f242c2e01e3423ad63a9a6d904062256d60b6971.tar.zst PeerTube-f242c2e01e3423ad63a9a6d904062256d60b6971.zip |
Improve "no notifications" message
Diffstat (limited to 'client/src/app/menu/avatar-notification.component.scss')
-rw-r--r-- | client/src/app/menu/avatar-notification.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/menu/avatar-notification.component.scss b/client/src/app/menu/avatar-notification.component.scss index c86667469..47d04ace3 100644 --- a/client/src/app/menu/avatar-notification.component.scss +++ b/client/src/app/menu/avatar-notification.component.scss | |||
@@ -11,6 +11,7 @@ | |||
11 | font-family: $main-fonts; | 11 | font-family: $main-fonts; |
12 | overflow-y: auto; | 12 | overflow-y: auto; |
13 | max-height: 500px; | 13 | max-height: 500px; |
14 | min-width: 200px; | ||
14 | box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30); | 15 | box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30); |
15 | 16 | ||
16 | .notifications-header { | 17 | .notifications-header { |