quick snapshot

This commit is contained in:
Chris Kruining 2024-10-24 14:39:08 +02:00
parent b03f80f34f
commit 5367ed2f44
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
10 changed files with 309 additions and 191 deletions

View file

@ -17,7 +17,7 @@
& textarea {
resize: vertical;
min-block-size: 2em;
min-block-size: max(2em, 100%);
max-block-size: 50em;
background-color: var(--surface-1);
@ -39,10 +39,6 @@
& > span {
align-self: center;
}
& > textarea {
min-block-size: 100%;
}
}
& :is(.header, .main, .footer) {