Optional bundled fonts (fixes #44). Style cleanups

This commit is contained in:
daudix
2024-09-15 03:49:59 +03:00
parent 4ed42a397b
commit a5f16ca54f
66 changed files with 172 additions and 90 deletions

View File

@ -237,10 +237,9 @@
display: inline-block;
box-shadow: var(--edge-highlight);
border-radius: 999px;
padding: 0.5rem 0.75rem;
padding: 0.375rem 0.75rem;
height: fit-content;
font-weight: bold;
line-height: 1.25;
white-space: nowrap;
.icon {
@ -315,10 +314,6 @@
margin-block-start: 1rem;
border-block-start: max(1px, 0.0625rem) solid var(--fg-muted-2);
padding-block-start: 0.5rem;
small {
line-height: 1.25;
}
}
}
}