diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-15 02:20:10 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-15 02:20:10 +0900 |
| commit | a43d0dafa5f211c75b19d7b50c54e906d4acf374 (patch) | |
| tree | cee8b76516ca991e330bfe12bf45da7998a117f5 /src | |
| parent | Resolve #5928 (diff) | |
| download | misskey-a43d0dafa5f211c75b19d7b50c54e906d4acf374.tar.gz misskey-a43d0dafa5f211c75b19d7b50c54e906d4acf374.tar.bz2 misskey-a43d0dafa5f211c75b19d7b50c54e906d4acf374.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app.vue b/src/client/app.vue index c0a8ab2777..d4aa76a555 100644 --- a/src/client/app.vue +++ b/src/client/app.vue @@ -540,7 +540,7 @@ export default Vue.extend({ type: 'waiting', iconOnly: true }); - + this.$root.api('i', {}, token).then((i: any) => { this.$store.dispatch('switchAccount', { ...i, @@ -786,7 +786,7 @@ export default Vue.extend({ position: relative; > input { - width: 210px; + width: 220px; box-sizing: border-box; margin-right: 8px; padding: 0 12px 0 42px; |