fix: Margin for io

- Remove margin from interactive elements inside of .io class
- Margin is back to the default $margin_io
- Elements inside of .io > nav are spaced with flex gap
This commit is contained in:
sthag 2025-10-20 20:10:56 +02:00
parent 0a55d967e4
commit 9d4c65ad28

View file

@ -48,13 +48,6 @@ aside {
&.io {
padding: $space_basic;
input:not([type="range"]),
button,
textarea,
select {
margin-inline: $space_half;
}
textarea {
@extend .io_textarea;
}