diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-20 18:11:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-20 18:11:39 +0900 |
| commit | f31c94e2ea43fa36d2a0fc8742e0a52a0025b643 (patch) | |
| tree | e48e372ddaac8514cada36f165bf921f313971a4 /src/client/widgets/notifications.vue | |
| parent | Fix bug (diff) | |
| download | sharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.tar.gz sharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.tar.bz2 sharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.zip | |
wip
Diffstat (limited to 'src/client/widgets/notifications.vue')
| -rw-r--r-- | src/client/widgets/notifications.vue | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/client/widgets/notifications.vue b/src/client/widgets/notifications.vue index 2a718a6666..9c1bddb2ee 100644 --- a/src/client/widgets/notifications.vue +++ b/src/client/widgets/notifications.vue @@ -3,7 +3,7 @@ <mk-container :show-header="!props.compact" class="container"> <template #header><fa :icon="faBell"/>{{ $t('notifications') }}</template> - <div class="tl"> + <div> <x-notifications/> </div> </mk-container> @@ -81,10 +81,5 @@ export default define({ flex-grow: 1; } } - - .tl { - background: var(--bg); - padding: 8px; - } } </style> |