diff --git a/package.json b/package.json index 7eacc01108..82e3b2fc56 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 e3fee4dd61..1fd51c5399 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) {