Compare commits

...

3 commits

Author SHA1 Message Date
Henry Jameson
71a1c95e47 Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3 2026-05-10 16:04:58 +03:00
Henry Jameson
30ddde0c7a disable entire switcher when quoting 2026-05-10 16:04:15 +03:00
Henry Jameson
78434ec934 fix padding of textarea 2026-05-10 16:03:27 +03:00
2 changed files with 2 additions and 0 deletions

View file

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

View file

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