Reduce spacing at the top of the thread badge

This commit is contained in:
Lim Chee Aun 2022-12-24 14:15:47 +08:00
parent c4efc26d62
commit d6421972df

View file

@ -141,7 +141,7 @@
} }
.status-thread-badge { .status-thread-badge {
display: inline-flex; display: inline-flex;
margin: 8px 0 0 0; margin: 4px 0 0 0;
gap: 4px; gap: 4px;
align-items: center; align-items: center;
color: var(--reply-to-color); color: var(--reply-to-color);