This commit is contained in:
Laux Dev
2026-03-17 17:02:41 +08:00
parent 7745c83bbd
commit a220230d0b
16 changed files with 412 additions and 131 deletions

View File

@@ -7,7 +7,8 @@
cursor: pointer;
position: relative;
}
.profileBadge {
.profileBadge,
.profileBadgeButton {
display: flex;
padding: 6px 0 6px 8px;
justify-content: flex-end;
@@ -153,6 +154,9 @@
.rotated {
transform: rotate(90deg);
}
.mobileEllipsis {
display: none;
}
.mobileEllipsis.active {
color: #959aff;
}
@@ -183,7 +187,9 @@
cursor: pointer;
color: #85869b;
}
.profileBadgeButton {
display: none;
}
.profileBadge {
display: flex;
padding: 12px 16px;