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/shared/users | |
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/shared/users')
-rw-r--r-- | client/src/app/shared/users/user-notifications.component.scss | 7 |
1 files changed, 7 insertions, 0 deletions
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; |