mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: fix reply-where category display (#24389)
This commit is contained in:
parent
91d5b66a9c
commit
e555e6f019
@ -459,10 +459,11 @@
|
|||||||
margin-top: 0.15em;
|
margin-top: 0.15em;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
gap: 0.5em;
|
||||||
.discourse-tags {
|
.discourse-tags {
|
||||||
font-size: var(--font-down-1);
|
font-size: var(--font-down-1);
|
||||||
}
|
}
|
||||||
.category-name,
|
.badge-category__name,
|
||||||
.discourse-tag {
|
.discourse-tag {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user