mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Clean textarea syling
This commit is contained in:
parent
da7ebfd1bf
commit
a328de1c2c
2 changed files with 2 additions and 4 deletions
|
@ -6,6 +6,3 @@
|
||||||
* This may eventuallly be replaced with a function in the admin panel.
|
* This may eventuallly be replaced with a function in the admin panel.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
textarea {
|
|
||||||
height: 300px
|
|
||||||
}
|
|
||||||
|
|
|
@ -132,6 +132,7 @@
|
||||||
v-model="text"
|
v-model="text"
|
||||||
class="text"
|
class="text"
|
||||||
:class="{ withCw: useCw }"
|
:class="{ withCw: useCw }"
|
||||||
|
:style="'height: 300px'"
|
||||||
:disabled="posting"
|
:disabled="posting"
|
||||||
:placeholder="placeholder"
|
:placeholder="placeholder"
|
||||||
data-cy-post-form-text
|
data-cy-post-form-text
|
||||||
|
|
Loading…
Reference in a new issue