Clean textarea syling

Signed-off-by: limepotato <limepot@protonmail.ch>
This commit is contained in:
nelle 2024-07-05 18:14:26 -06:00
parent f908bff085
commit 9426aa2662
2 changed files with 2 additions and 4 deletions

View file

@ -5,7 +5,4 @@
* With that said, GLHF!
* This may eventuallly be replaced with a function in the admin panel.
*/
textarea {
height: 300px
}

View file

@ -132,6 +132,7 @@
v-model="text"
class="text"
:class="{ withCw: useCw }"
:style="'height: 300px'"
:disabled="posting"
:placeholder="placeholder"
data-cy-post-form-text