fix: update top bar styles

This commit is contained in:
2026-08-30 22:40:25 +05:00
parent b0f0b79ee0
commit 86b1c813e7
12 changed files with 33 additions and 18726 deletions
+2 -3
View File
@@ -3,10 +3,9 @@
<style>
.status-dot {
display: inline-block;
width: 8px;
height: 8px;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--success);
box-shadow: 0 0 0 2px color-mix(in srgb, var(--success) 25%, transparent);
}
</style>