aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-10 16:28:31 +0100
committerChocobozzz <me@florianbigard.com>2019-01-14 09:06:58 +0100
commitf242c2e01e3423ad63a9a6d904062256d60b6971 (patch)
treec2aa2a8f76615f36ba2e60a5487e0028fc3fd774
parent9b4b15f91c485f9a7fe2ed314b4101f4b7506b38 (diff)
downloadPeerTube-f242c2e01e3423ad63a9a6d904062256d60b6971.tar.gz
PeerTube-f242c2e01e3423ad63a9a6d904062256d60b6971.tar.zst
PeerTube-f242c2e01e3423ad63a9a6d904062256d60b6971.zip
Improve "no notifications" message
-rw-r--r--client/src/app/menu/avatar-notification.component.scss1
-rw-r--r--client/src/app/shared/users/user-notifications.component.scss7
2 files changed, 8 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 {
diff --git a/client/src/app/shared/users/user-notifications.component.scss b/client/src/app/shared/users/user-notifications.component.scss
index 0493b10d9..0ae26ea39 100644
--- a/client/src/app/shared/users/user-notifications.component.scss
+++ b/client/src/app/shared/users/user-notifications.component.scss
@@ -1,3 +1,10 @@
1.no-notification {
2 display: flex;
3 justify-content: center;
4 align-items: center;
5 padding: 20px 0;
6}
7
1.notification { 8.notification {
2 display: flex; 9 display: flex;
3 justify-content: space-between; 10 justify-content: space-between;