diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-10-25 12:47:40 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-10-25 12:47:40 +0900 |
| commit | 06083f40d9770a38151815815da632154b86d3b5 (patch) | |
| tree | 49220cab42b62c8895d481d05a89eb7582a5e9f1 /src | |
| parent | Use MFM instead of v-html to avoid XSS (diff) | |
| download | misskey-06083f40d9770a38151815815da632154b86d3b5.tar.gz misskey-06083f40d9770a38151815815da632154b86d3b5.tar.bz2 misskey-06083f40d9770a38151815815da632154b86d3b5.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/pages/settings/index.vue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/pages/settings/index.vue b/src/client/pages/settings/index.vue index 677229597c..e6ccaf9fea 100644 --- a/src/client/pages/settings/index.vue +++ b/src/client/pages/settings/index.vue @@ -120,9 +120,6 @@ export default defineComponent({ } .vvcocwet { - max-width: 1000px; - margin: 0 auto; - > .nav { > .menu { margin: 16px 0; @@ -172,7 +169,7 @@ export default defineComponent({ > .nav { width: 30%; - max-width: 260px; + max-width: 300px; } > .main { |