diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-12 02:56:42 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-12 02:56:42 +0900 |
| commit | 7207663f370e2b0f92d1e799492174eab77797f7 (patch) | |
| tree | 5063efb5d266627b052345b5d13649ad4747a057 /src | |
| parent | :art: (diff) | |
| download | misskey-7207663f370e2b0f92d1e799492174eab77797f7.tar.gz misskey-7207663f370e2b0f92d1e799492174eab77797f7.tar.bz2 misskey-7207663f370e2b0f92d1e799492174eab77797f7.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app.vue | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/app.vue b/src/client/app.vue index 487ab4e807..46b616519d 100644 --- a/src/client/app.vue +++ b/src/client/app.vue @@ -748,10 +748,9 @@ export default Vue.extend({ position: relative; > input { - $margin: 8px; - width: 200px; + width: 210px; box-sizing: border-box; - margin-right: $margin; + margin-right: 8px; padding: 0 12px 0 42px; font-size: 1rem; line-height: 38px; |