feat: Additional content and style for table screen

- More columns with placeholder content
- Special styles for textarea and td
- New style for io module
This commit is contained in:
sthag 2026-02-13 18:04:07 +01:00
parent 4e4f8814d3
commit 0623e818a4
3 changed files with 26 additions and 1 deletions

View file

@ -70,4 +70,14 @@ footer {
@extend %flex-inline;
align-items: stretch;
}
}
table .io nav {
@extend %flex-inline;
flex-wrap: nowrap;
align-items: stretch;
button {
margin: config.$margin_io;
}
}