added active state

This commit is contained in:
2026-03-16 17:33:05 +08:00
parent cbaff15d72
commit 7745c83bbd
3 changed files with 11 additions and 9 deletions

View File

@@ -153,7 +153,9 @@
.rotated {
transform: rotate(90deg);
}
.mobileEllipsis.active {
color: #959aff;
}
/* Mobile */
@media (max-width: 768px) {
.dropdownContainer {
@@ -178,6 +180,8 @@
align-items: center;
gap: 10px;
padding-right: 10px;
cursor: pointer;
color: #85869b;
}
.profileBadge {