feat(web): restore legacy status bar

This commit is contained in:
2026-07-22 15:42:58 +08:00
parent 2e60f273fa
commit d576ad02c1
4 changed files with 128 additions and 9 deletions

View File

@@ -2066,6 +2066,12 @@
.status-user {
gap: 8px;
}
.status-profile {
display: inline-flex;
align-items: center;
gap: 8px;
border: 0;
background: transparent;
color: rgba(255, 255, 255, 0.86);
@@ -2073,7 +2079,7 @@
cursor: pointer;
}
.status-user:hover .status-name {
.status-profile:hover .status-name {
color: #fff;
}