Remove useless status dot

This commit is contained in:
2025-12-11 01:17:24 +01:00
parent ac075747df
commit b3759e42cb
2 changed files with 0 additions and 9 deletions

View File

@@ -482,14 +482,6 @@ body {
gap: 10px;
}
.status-dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: radial-gradient(circle, #22c55e 0%, #14532d 70%);
box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.15);
}
.admin-identity {
display: flex;
gap: 4px;