summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-19 20:35:29 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-19 20:35:29 +0900
commit0cc055de3a21205092c9d3c95a7c25426e7309bf (patch)
tree9c9dbc2005ccdba45579af32ffdf16b1223853b8 /src/client
parentfix(api): アプリケーション通知が取得できない問題を修正 (diff)
downloadmisskey-0cc055de3a21205092c9d3c95a7c25426e7309bf.tar.gz
misskey-0cc055de3a21205092c9d3c95a7c25426e7309bf.tar.bz2
misskey-0cc055de3a21205092c9d3c95a7c25426e7309bf.zip
:art:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/components/global/header.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/components/global/header.vue b/src/client/components/global/header.vue
index a4466da498..2bf490c98a 100644
--- a/src/client/components/global/header.vue
+++ b/src/client/components/global/header.vue
@@ -203,6 +203,12 @@ export default defineComponent({
&.thin {
--height: 50px;
+
+ > .buttons {
+ > .button {
+ font-size: 0.9em;
+ }
+ }
}
&.slim {