Give instance pill some space to breathe

This commit is contained in:
daudix
2024-07-24 01:17:48 +03:00
parent 03cf7b43b1
commit c960669527

View File

@ -85,7 +85,7 @@
box-shadow: var(--edge-highlight); box-shadow: var(--edge-highlight);
border-radius: 999px; border-radius: 999px;
background-color: var(--fg-muted-1); background-color: var(--fg-muted-1);
padding: 0.375rem 0.5rem; padding: 0.375rem 0.75rem;
color: var(--fg-color); color: var(--fg-color);
font-size: 0.875rem; font-size: 0.875rem;
line-height: 1; line-height: 1;