diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-17 07:42:38 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-17 07:42:38 +0900 |
| commit | 3f6c6c5b739386e787fd0a8aa6402b0e007c0f39 (patch) | |
| tree | 997ea604a0e8ed71c350540513de8ab432ea09f4 /src/client/app/common | |
| parent | :v: (diff) | |
| download | misskey-3f6c6c5b739386e787fd0a8aa6402b0e007c0f39.tar.gz misskey-3f6c6c5b739386e787fd0a8aa6402b0e007c0f39.tar.bz2 misskey-3f6c6c5b739386e787fd0a8aa6402b0e007c0f39.zip | |
Fix
Diffstat (limited to 'src/client/app/common')
| -rw-r--r-- | src/client/app/common/views/components/connect-failed.troubleshooter.vue | 3 | ||||
| -rw-r--r-- | src/client/app/common/views/components/connect-failed.vue | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/client/app/common/views/components/connect-failed.troubleshooter.vue b/src/client/app/common/views/components/connect-failed.troubleshooter.vue index 2ee5f67c89..6a922676b7 100644 --- a/src/client/app/common/views/components/connect-failed.troubleshooter.vue +++ b/src/client/app/common/views/components/connect-failed.troubleshooter.vue @@ -82,9 +82,12 @@ export default Vue.extend({ <style lang="stylus" scoped> .troubleshooter + margin-top 1em + > .body width 100% max-width 500px + margin 0 auto text-align left background #fff border-radius 8px diff --git a/src/client/app/common/views/components/connect-failed.vue b/src/client/app/common/views/components/connect-failed.vue index 7329906f04..6c194ff982 100644 --- a/src/client/app/common/views/components/connect-failed.vue +++ b/src/client/app/common/views/components/connect-failed.vue @@ -82,9 +82,6 @@ export default Vue.extend({ &:active background darken($theme-color, 10%) - > .troubleshooter - margin 1em auto 0 auto - > .thanks display block margin 2em auto 0 auto |