diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-30 11:59:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-30 11:59:58 +0900 |
| commit | 0bc7d28f589d0fe871109cc980253743c3f8ee81 (patch) | |
| tree | 4de5c7c747667bb58a7b580364bdd6ce8d5cd4ff /src | |
| parent | 1.5.0 (diff) | |
| download | misskey-0bc7d28f589d0fe871109cc980253743c3f8ee81.tar.gz misskey-0bc7d28f589d0fe871109cc980253743c3f8ee81.tar.bz2 misskey-0bc7d28f589d0fe871109cc980253743c3f8ee81.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/components/home.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/desktop/views/components/home.vue b/src/client/app/desktop/views/components/home.vue index 5337be61fd..cae6233cd8 100644 --- a/src/client/app/desktop/views/components/home.vue +++ b/src/client/app/desktop/views/components/home.vue @@ -250,7 +250,7 @@ root(isDark) > div display flex margin 0 auto - max-width 1200px - 32px + max-width 1220px - 32px > div width 50% @@ -281,7 +281,7 @@ root(isDark) display flex justify-content center margin 0 auto - max-width 1200px + max-width 1220px > * .customize-container |