diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-20 16:21:51 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-20 16:21:51 +0900 |
| commit | 77a0450b5d84d83d39b45485d9fe60103e30808e (patch) | |
| tree | b87bc75b882b4bfdefb8557dd1575f62eb80bde2 /src | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-77a0450b5d84d83d39b45485d9fe60103e30808e.tar.gz sharkey-77a0450b5d84d83d39b45485d9fe60103e30808e.tar.bz2 sharkey-77a0450b5d84d83d39b45485d9fe60103e30808e.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/components/home.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/app/desktop/views/components/home.vue b/src/client/app/desktop/views/components/home.vue index db1e404352..4f4f894065 100644 --- a/src/client/app/desktop/views/components/home.vue +++ b/src/client/app/desktop/views/components/home.vue @@ -340,7 +340,7 @@ root(isDark) display flex justify-content center margin 0 auto - max-width 1230px + max-width 1240px &.withBg background rgba(isDark ? #000 : #fff, 0.5) @@ -358,7 +358,7 @@ root(isDark) > .main padding 16px - width calc(100% - 275px * 2) + width calc(100% - 280px * 2) order 2 > .form @@ -374,7 +374,7 @@ root(isDark) border-radius 0 > *:not(.main) - width 275px + width 280px padding 16px 0 16px 0 > *:not(:last-child) |