diff options
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> |