diff --git a/web/style.css b/web/style.css index e294abc..96da70b 100644 --- a/web/style.css +++ b/web/style.css @@ -399,9 +399,10 @@ tbody tr.transferred { background: #f3f6fb; } font-size: 0.85rem; line-height: 1; } -/* Optically drop the dot ~1px: an all-caps label (Online/Offline) has - unused descender space, so its glyphs sit above the flex centre line. */ -.ws-indicator .connection-status { position: relative; top: 1px; } +/* Nudge the dot up ~1px: the label (Online/Offline) has unused descender + space, so its glyphs sit above the flex centre line while the dot is + dead-centred — lifting the dot lines the two up optically. */ +.ws-indicator .connection-status { position: relative; top: -1px; } .btn-back { display: inline-flex;