From a328de1c2cd89bd3973c404a8d6a580a8a25b032 Mon Sep 17 00:00:00 2001 From: limepotato Date: Fri, 5 Jul 2024 18:14:26 -0600 Subject: [PATCH] Clean textarea syling --- custom/assets/instance.css | 5 +---- packages/client/src/components/MkPostForm.vue | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 785923501..283584662 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -5,7 +5,4 @@ * With that said, GLHF! * This may eventuallly be replaced with a function in the admin panel. */ - -textarea { - height: 300px -} + diff --git a/packages/client/src/components/MkPostForm.vue b/packages/client/src/components/MkPostForm.vue index 6619c6b95..635a6cd98 100644 --- a/packages/client/src/components/MkPostForm.vue +++ b/packages/client/src/components/MkPostForm.vue @@ -132,6 +132,7 @@ v-model="text" class="text" :class="{ withCw: useCw }" + :style="'height: 300px'" :disabled="posting" :placeholder="placeholder" data-cy-post-form-text