Compare commits
1
Commits
93a81fd82c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddaeccbea9 |
+4
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user