diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-11 12:31:24 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-11 12:31:24 +0900 |
| commit | d4c4e30fe4b08bf03b9e7dc6be568aba8b15ae47 (patch) | |
| tree | 9d764a2a9d6d61c9131b24d58fa8c425c7f15b39 /src/client/components/notification-setting-window.vue | |
| parent | update mfm.js (#7435) (diff) | |
| download | sharkey-d4c4e30fe4b08bf03b9e7dc6be568aba8b15ae47.tar.gz sharkey-d4c4e30fe4b08bf03b9e7dc6be568aba8b15ae47.tar.bz2 sharkey-d4c4e30fe4b08bf03b9e7dc6be568aba8b15ae47.zip | |
Tweak UI
Diffstat (limited to 'src/client/components/notification-setting-window.vue')
| -rw-r--r-- | src/client/components/notification-setting-window.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/components/notification-setting-window.vue b/src/client/components/notification-setting-window.vue index a3e221f7b2..3d17497971 100644 --- a/src/client/components/notification-setting-window.vue +++ b/src/client/components/notification-setting-window.vue @@ -9,13 +9,13 @@ @closed="$emit('closed')" > <template #header>{{ $ts.notificationSetting }}</template> - <div v-if="showGlobalToggle" class="_section"> + <div v-if="showGlobalToggle" class="_root"> <MkSwitch v-model:value="useGlobalSetting"> {{ $ts.useGlobalSetting }} <template #desc>{{ $ts.useGlobalSettingDesc }}</template> </MkSwitch> </div> - <div v-if="!useGlobalSetting" class="_section"> + <div v-if="!useGlobalSetting" class="_root"> <MkInfo>{{ $ts.notificationSettingDesc }}</MkInfo> <MkButton inline @click="disableAll">{{ $ts.disableAll }}</MkButton> <MkButton inline @click="enableAll">{{ $ts.enableAll }}</MkButton> |