diff --git a/package.json b/package.json index 9e05c41fc9..a2cd0d89cc 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 0bbd58b384..d0cba07fcb 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;