diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-14 14:12:29 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-14 14:12:29 +0900 |
| commit | 7fda726bbeda6260f47f773205f7bd522cad5a63 (patch) | |
| tree | 23b61eabb89ee8c07a3f705f34552f8de16550b2 /src/client/widgets | |
| parent | Tweak UI (diff) | |
| download | sharkey-7fda726bbeda6260f47f773205f7bd522cad5a63.tar.gz sharkey-7fda726bbeda6260f47f773205f7bd522cad5a63.tar.bz2 sharkey-7fda726bbeda6260f47f773205f7bd522cad5a63.zip | |
Tweak UI
Diffstat (limited to 'src/client/widgets')
| -rw-r--r-- | src/client/widgets/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/widgets/notifications.vue b/src/client/widgets/notifications.vue index b4c2201862..046556ef1c 100644 --- a/src/client/widgets/notifications.vue +++ b/src/client/widgets/notifications.vue @@ -3,7 +3,7 @@ <template #header><Fa :icon="faBell"/>{{ $ts.notifications }}</template> <template #func><button @click="configure()" class="_button"><Fa :icon="faCog"/></button></template> - <div> + <div class="_flat_"> <XNotifications :include-types="props.includingTypes"/> </div> </MkContainer> |