Skip to content

Commit e93bd95

Browse files
committed
style: Add some left margin to the time-delta label
Which is important for long user names that push the screen_name label all the way to the right.
1 parent 9f9dbf1 commit e93bd95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,10 @@ row.tweet>label.text {
308308
margin-top: 0.5em;
309309
}
310310

311+
row.tweet label.time-delta {
312+
margin-left: 0.5em;
313+
}
314+
311315
row.tweet>box.quote {
312316
padding-left: 0.5em;
313317
margin-top: 1em;

0 commit comments

Comments
 (0)