feat: Change table io

This commit is contained in:
sthag 2026-03-17 00:33:37 +01:00
parent eb4349f9e5
commit b42c8cdd7e

View file

@ -83,12 +83,18 @@ footer {
}
}
table .io nav {
@extend %flex_inline;
flex-wrap: nowrap;
align-items: stretch;
table {
.io nav {
@extend %flex_inline;
flex-wrap: nowrap;
align-items: stretch;
button {
margin: config.$margin_io;
button {
margin: config.$margin_io;
}
}
.io:last-child nav {
justify-content: flex-end;
}
}