diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-19 06:17:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-19 06:17:41 +0900 |
| commit | 9d044329f6aa7133eddb513944eab8b89aec2ec3 (patch) | |
| tree | 5b41626f51cf7eb9be88cd40c9e11fcc22c04951 /src/client | |
| parent | Resolve #5978 (diff) | |
| download | sharkey-9d044329f6aa7133eddb513944eab8b89aec2ec3.tar.gz sharkey-9d044329f6aa7133eddb513944eab8b89aec2ec3.tar.bz2 sharkey-9d044329f6aa7133eddb513944eab8b89aec2ec3.zip | |
:art:
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/widgets/notifications.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/widgets/notifications.vue b/src/client/widgets/notifications.vue index b56be5b4e2..2a718a6666 100644 --- a/src/client/widgets/notifications.vue +++ b/src/client/widgets/notifications.vue @@ -84,6 +84,7 @@ export default define({ .tl { background: var(--bg); + padding: 8px; } } </style> |