mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-28 04:12:41 +03:00
Reduce spacing at the top of the thread badge
This commit is contained in:
parent
c4efc26d62
commit
d6421972df
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue