summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-06 18:30:03 +0100
committerVolpeon <git@volpeon.ink>2021-03-06 18:30:03 +0100
commit2f6e1609be01879090b570d835bc0db3d11bdd07 (patch)
tree6283fa7de21cdcf13a473bbe576f1649202c880c
parentv1.0.1 (diff)
downloadthelounge-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.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.css b/theme.css
index e0e1da8..9151405 100644
--- a/theme.css
+++ b/theme.css
@@ -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 */