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