From 2ea458e2dbcfa46d7220b68088144d23a18131e3 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 19 Mar 2023 00:12:24 -0700 Subject: [PATCH] fix: mobile button alignment --- package.json | 2 +- packages/client/src/ui/universal.vue | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7f14982fd..756d2aa6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "13.2.0-dev11", + "version": "13.2.0-dev12", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 564cab199..37296451e 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -376,10 +376,8 @@ const wallpaper = localStorage.getItem('wallpaper') != null; } > .button-wrapper { - - > i { - transform: translateY(0.05em); - } + display: inline-flex; + justify-content: center; &.on { background-color: var(--accentedBg);