mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Fixes
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user