Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3
This commit is contained in:
commit
71a1c95e47
2 changed files with 2 additions and 0 deletions
|
|
@ -164,6 +164,7 @@
|
|||
}
|
||||
|
||||
textarea {
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 2.5em;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -123,6 +123,7 @@
|
|||
role="radio"
|
||||
:radio="true"
|
||||
:model-value="!quoteThreadToggled"
|
||||
:disabled="quoteFormVisible"
|
||||
@update:model-value="e => quoteThreadToggled = !e"
|
||||
>
|
||||
{{ $t('post_status.reply_option') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue