try to fix
This commit is contained in:
parent
e35c638093
commit
49d12f398f
@ -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",
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user