mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:43:16 +08:00
UX: adjust category badge size for new default font-size (#27262)
This commit is contained in:
parent
359dccf191
commit
59c1b80203
|
@ -35,8 +35,8 @@
|
|||
content: "";
|
||||
background: var(--category-badge-color);
|
||||
flex: 0 0 auto;
|
||||
width: 0.67rem; // fixed dimensions because otherwise they may not be square
|
||||
height: 0.67rem;
|
||||
width: 0.625rem; // fixed dimensions (10px square)
|
||||
height: 0.625rem;
|
||||
}
|
||||
|
||||
&__name {
|
||||
|
|
Loading…
Reference in New Issue
Block a user