diff options
author | Volpeon <git@volpeon.ink> | 2021-03-06 18:30:03 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-03-06 18:30:03 +0100 |
commit | 2f6e1609be01879090b570d835bc0db3d11bdd07 (patch) | |
tree | 6283fa7de21cdcf13a473bbe576f1649202c880c | |
parent | v1.0.1 (diff) | |
download | thelounge-theme-vulpes-2f6e1609be01879090b570d835bc0db3d11bdd07.tar.gz thelounge-theme-vulpes-2f6e1609be01879090b570d835bc0db3d11bdd07.tar.bz2 thelounge-theme-vulpes-2f6e1609be01879090b570d835bc0db3d11bdd07.zip |
Less spacing around unread/new marker
-rw-r--r-- | theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -435,7 +435,7 @@ textarea.input { | |||
435 | 435 | ||
436 | #chat .date-marker, | 436 | #chat .date-marker, |
437 | #chat .unread-marker { | 437 | #chat .unread-marker { |
438 | margin: calc(var(--dim--spacing) * 2) 0; | 438 | margin: calc(var(--dim--spacing) * 1.5) 0; |
439 | } | 439 | } |
440 | 440 | ||
441 | /* USERLIST */ | 441 | /* USERLIST */ |