logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: d2f4ce442a7130f29aea72cfc558727e597dd1b4
parent f609aaba0c9a7c4d3c3d579a2a0021ecd5fc4028
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 21 Feb 2024 14:05:26 +0200

fix attachment inputs

Diffstat:

Msrc/components/attachment/attachment.style.js3++-
Msrc/components/attachment/attachment.vue4++--
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/components/attachment/attachment.style.js b/src/components/attachment/attachment.style.js @@ -3,7 +3,8 @@ export default { selector: '.Attachment', validInnerComponents: [ 'Border', - 'ButtonUnstyled' + 'ButtonUnstyled', + 'Input' ], defaultRules: [ { diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue @@ -38,7 +38,7 @@ v-if="edit" v-model="localDescription" type="text" - class="description-field" + class="input description-field" :placeholder="$t('post_status.media_description')" @keydown.enter.prevent="" > @@ -253,7 +253,7 @@ v-if="edit" v-model="localDescription" type="text" - class="description-field" + class="input description-field" :placeholder="$t('post_status.media_description')" @keydown.enter.prevent="" >