feat: larger textarea on textview
This commit is contained in:
parent
5a4a73108a
commit
e538d93d80
|
@ -92,11 +92,15 @@ textarea {
|
|||
height: 30vh;
|
||||
}
|
||||
|
||||
h1 + textarea {
|
||||
height: 60vh;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
input[type='checkbox'] {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue