Show online status as inline dot

This commit is contained in:
2026-07-20 11:43:02 +08:00
parent da76abf2d0
commit 22128f0171
3 changed files with 54 additions and 10 deletions

View File

@@ -661,17 +661,25 @@
}
.status-name {
display: block;
display: inline-flex;
font-size: 12px;
font-weight: 700;
line-height: 1;
}
.status-online {
display: block;
color: #7be188 !important;
font-size: 11px;
line-height: 1;
.status-identity {
display: inline-flex;
align-items: center;
gap: 5px;
}
.status-online-dot {
width: 7px;
height: 7px;
display: inline-block;
border-radius: 50%;
background: #7be188;
box-shadow: 0 0 0 2px rgba(123, 225, 136, 0.16);
}
.status-system b {