diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-16 19:20:49 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-16 19:20:49 +0900 |
| commit | d672fccef49835c7616638da19506426c7a979ed (patch) | |
| tree | f69fd9b28e3478eed030693dda7b476fe99fc93a /src/client/widgets | |
| parent | chore: fix spacer component (diff) | |
| download | sharkey-d672fccef49835c7616638da19506426c7a979ed.tar.gz sharkey-d672fccef49835c7616638da19506426c7a979ed.tar.bz2 sharkey-d672fccef49835c7616638da19506426c7a979ed.zip | |
refactor
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 01c76850d8..b0245eed6a 100644 --- a/src/client/widgets/notifications.vue +++ b/src/client/widgets/notifications.vue @@ -3,7 +3,7 @@ <template #header><i class="fas fa-bell"></i>{{ $ts.notifications }}</template> <template #func><button @click="configure()" class="_button"><i class="fas fa-cog"></i></button></template> - <div class="_flat_"> + <div class="_fitSide_"> <XNotifications :include-types="props.includingTypes"/> </div> </MkContainer> |