Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2026-05-10 16:04:58 +03:00
commit 71a1c95e47
2 changed files with 2 additions and 0 deletions

View file

@ -164,6 +164,7 @@
} }
textarea { textarea {
padding-bottom: 0;
margin-bottom: 2.5em; margin-bottom: 2.5em;
} }
} }

View file

@ -123,6 +123,7 @@
role="radio" role="radio"
:radio="true" :radio="true"
:model-value="!quoteThreadToggled" :model-value="!quoteThreadToggled"
:disabled="quoteFormVisible"
@update:model-value="e => quoteThreadToggled = !e" @update:model-value="e => quoteThreadToggled = !e"
> >
{{ $t('post_status.reply_option') }} {{ $t('post_status.reply_option') }}