From 49d12f398f9a90971e827697277e6c9378796c81 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 7 Nov 2022 00:17:43 -0800 Subject: [PATCH] try to fix --- package.json | 2 +- packages/client/src/ui/universal.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7eacc0110..82e3b2fc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "12.119.0-calc.9.9", + "version": "12.119.0-calc.9.10", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index e3fee4dd6..1fd51c539 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -124,7 +124,7 @@ provideMetadataReceiver((info) => { const menuIndicated = computed(() => { for (const def in navbarItemDef) { - if (def === 'notifications') continue; // 通知は下にボタンとして表示されてるから + // if (def === 'notifications') continue; // 通知は下にボタンとして表示されてるから if (navbarItemDef[def].indicated) return true; } return false; @@ -383,9 +383,9 @@ const wallpaper = localStorage.getItem('wallpaper') != null; > .button-wrapper.on { background-color: var(--accentedBg); width: 100%; - border-radius: 10px; + border-radius: 999px; transform: translateY(-0.5em); - transition: all 0.2s; + transition: all 0.3s ease-in-out; } &:not(:last-child) {