feat: set required/optional for message, drawing, and voice notes, independently

This commit is contained in:
Lewis Wynne 2026-04-28 15:50:36 +01:00
parent 1910eec649
commit b784f4dd9c
7 changed files with 526 additions and 244 deletions

View file

@ -17,6 +17,10 @@ body {
.guestbook-form {}
.guestbook-label {
display: block;
font-style: oblique;
}
.guestbook-label::after {
content: ":";
}
.guestbook-input {
display: block;