WIP more stuff lol

This commit is contained in:
2026-01-13 15:25:04 +09:00
parent 3981bc7a0b
commit 6a096de179
11 changed files with 369 additions and 151 deletions

View File

@@ -91,14 +91,30 @@
/* edit */
form .wide {
min-width: 66%;
min-width: 100%;
}
form .tall {
min-height: calc(100vh - 28em);
}
@media screen and (max-width: 50rem) {
form .wide {
width: calc(100% - 2em);
margin: 0 1em;
}
}
form .input-group {
display: flex;
}
form .input-group-item {
flex: 1;
margin: 0 0.5em;
}
form .input-group-item input.boxinput,textarea {
width: 100%;
box-sizing: border-box;
}