Minor fix

This commit is contained in:
hfcRed 2026-01-09 18:50:26 +01:00
parent 43bb4a62e1
commit 94907eef33

View File

@ -21,6 +21,10 @@
display: flex;
flex-direction: column;
gap: var(--s-0-5);
&:focus-visible {
outline: none;
}
}
.item {