group print buttons, manage stop button state, remove unused 3mf metadata

This commit is contained in:
Stewart Allen 2025-02-12 19:53:30 -05:00
commit 1b9f67e30c
4 changed files with 35 additions and 27 deletions

View file

@ -689,6 +689,9 @@ details[open] summary::after {
.fcol, .f-col {
flex-direction: column;
}
.f-grow > * {
flex: 1;
}
.auto {
flex-basis: auto;
}