summaryrefslogtreecommitdiff
path: root/src/client/pages
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-07-12 17:43:35 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-07-12 17:43:35 +0900
commitdab728278ca577622c575d1968eb6a22c7b444b9 (patch)
tree0dcb45313a4f7192202b585020c58f9b8f631120 /src/client/pages
parentfix(client): i18n (diff)
downloadmisskey-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.vue2
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;