From f0af0b60f2de87afb831e70f794800c1aa570e0e Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Fri, 19 Aug 2022 23:50:00 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=92=84=20button=20height=203.5re?= =?UTF-8?q?m?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- packages/client/src/ui/universal.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9e05c41fc..a2cd0d89c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.118.1-calc.11.2", + "version": "12.118.1-calc.11.3", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 0bbd58b38..d0cba07fc 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -328,7 +328,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null; flex: 1; padding: 0; margin: auto; - height: 64px; + height: 3.5rem; border-radius: 8px; /* background: var(--panel); */ background-position: center;