UX: adjust category badge size for new default font-size (#27262)

This commit is contained in:
Kris 2024-05-30 10:59:06 -04:00 committed by GitHub
parent 359dccf191
commit 59c1b80203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {