diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-12 17:43:35 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-12 17:43:35 +0900 |
| commit | dab728278ca577622c575d1968eb6a22c7b444b9 (patch) | |
| tree | 0dcb45313a4f7192202b585020c58f9b8f631120 /src/client/pages | |
| parent | fix(client): i18n (diff) | |
| download | misskey-dab728278ca577622c575d1968eb6a22c7b444b9.tar.gz misskey-dab728278ca577622c575d1968eb6a22c7b444b9.tar.bz2 misskey-dab728278ca577622c575d1968eb6a22c7b444b9.zip | |
fix(client): Fix indicator position
Diffstat (limited to 'src/client/pages')
| -rw-r--r-- | src/client/pages/index.home.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/index.home.vue b/src/client/pages/index.home.vue index 927a3d6a08..b40086c310 100644 --- a/src/client/pages/index.home.vue +++ b/src/client/pages/index.home.vue @@ -224,7 +224,7 @@ export default Vue.extend({ > i { position: absolute; - top: 16px; + top: initial; right: 8px; color: var(--indicator); font-size: 12px; |