This commit is contained in:
Natsumi
2025-11-07 17:00:33 +11:00
parent 9ef0b6fa12
commit 5ff035f065
2 changed files with 8 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 112 KiB

View File

@@ -374,6 +374,9 @@
};
const handleRouteChange = (index) => {
if (index === 'social') {
index = 'friend-log';
}
router.push({ name: index });
navMenuRef.value?.updateActiveIndex(index);
};
@@ -534,12 +537,16 @@
.nav-menu-popover__menu-label-dot {
position: absolute;
right: -4px;
right: -8px;
width: 4px;
height: 4px;
background: #303133;
border-radius: 50%;
}
:global(html.dark),
.nav-menu-popover__menu-label-dot {
background: #ffffff;
}
}
.nav-menu-settings {