From f41374789eaeea5265389a4cd7a1ca34576980f1 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sat, 23 Jul 2022 21:10:34 -0700 Subject: [PATCH] fix note button --- package.json | 2 +- packages/client/src/ui/_common_/navbar.vue | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2cc816755..4e04dfd1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.118.0.b3.1-calc", + "version": "12.118.0.b3.2-calc", "codename": "indigo", "repository": { "type": "git", diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index 5994f34e1..dfddfa268 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -259,9 +259,12 @@ function more(ev: MouseEvent) { } } - > .text { + > .icon, > .text { position: relative; + left: 3rem; + color: var(--fgOnAccent); } + } > .instance { @@ -274,6 +277,7 @@ function more(ev: MouseEvent) { display: inline-block; width: 32px !important; aspect-ratio: 1; + margin-top: 0.5rem; } }