diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-03 14:25:36 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-03 14:25:36 +0900 |
| commit | 12f472b3fc8d0cef17e87785a84e49b96409637b (patch) | |
| tree | 0622e41a826fa43db889b129520eb8884b5acb52 /src/web/app/common | |
| parent | :v: (diff) | |
| download | misskey-12f472b3fc8d0cef17e87785a84e49b96409637b.tar.gz misskey-12f472b3fc8d0cef17e87785a84e49b96409637b.tar.bz2 misskey-12f472b3fc8d0cef17e87785a84e49b96409637b.zip | |
:v:
Diffstat (limited to 'src/web/app/common')
| -rw-r--r-- | src/web/app/common/views/components/switch.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/views/components/switch.vue b/src/web/app/common/views/components/switch.vue index 2ac57be6fc..ffbab843ea 100644 --- a/src/web/app/common/views/components/switch.vue +++ b/src/web/app/common/views/components/switch.vue @@ -88,7 +88,7 @@ export default Vue.extend({ .mk-switch display flex - margin 8px 0 + margin 12px 0 cursor pointer transition all 0.3s |