mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Clean textarea syling
Signed-off-by: limepotato <limepot@protonmail.ch>
This commit is contained in:
parent
f908bff085
commit
9426aa2662
2 changed files with 2 additions and 4 deletions
|
@ -5,7 +5,4 @@
|
|||
* With that said, GLHF!
|
||||
* This may eventuallly be replaced with a function in the admin panel.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
height: 300px
|
||||
}
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@
|
|||
v-model="text"
|
||||
class="text"
|
||||
:class="{ withCw: useCw }"
|
||||
:style="'height: 300px'"
|
||||
:disabled="posting"
|
||||
:placeholder="placeholder"
|
||||
data-cy-post-form-text
|
||||
|
|
Loading…
Reference in a new issue