Add compact toolbar button styles

This commit is contained in:
2026-04-02 23:26:01 +02:00
parent 6c9d305c67
commit aced8c5dd4

View File

@@ -124,6 +124,11 @@ button:disabled {
color: var(--color-accent-strong);
}
.toolbar__button--compact {
padding: 0.5rem 0.75rem;
font-size: 0.84rem;
}
.toolbar__button--accent {
background: var(--color-accent);
color: #20140c;