feat: larger textarea on textview

This commit is contained in:
neri 2023-01-05 20:43:50 +01:00
parent 5a4a73108a
commit e538d93d80
1 changed files with 5 additions and 1 deletions

View File

@ -92,11 +92,15 @@ textarea {
height: 30vh;
}
h1 + textarea {
height: 60vh;
}
.hidden {
display: none;
}
input[type="checkbox"] {
input[type='checkbox'] {
margin-bottom: 1.5rem;
}