mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +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) => {
|
const handleRouteChange = (index) => {
|
||||||
|
if (index === 'social') {
|
||||||
|
index = 'friend-log';
|
||||||
|
}
|
||||||
router.push({ name: index });
|
router.push({ name: index });
|
||||||
navMenuRef.value?.updateActiveIndex(index);
|
navMenuRef.value?.updateActiveIndex(index);
|
||||||
};
|
};
|
||||||
@@ -534,12 +537,16 @@
|
|||||||
|
|
||||||
.nav-menu-popover__menu-label-dot {
|
.nav-menu-popover__menu-label-dot {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -4px;
|
right: -8px;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
background: #303133;
|
background: #303133;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
:global(html.dark),
|
||||||
|
.nav-menu-popover__menu-label-dot {
|
||||||
|
background: #ffffff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-menu-settings {
|
.nav-menu-settings {
|
||||||
|
|||||||
Reference in New Issue
Block a user