improve spacings and order of quote/reply selector
This commit is contained in:
parent
4dc9bdf54d
commit
f10f08e209
2 changed files with 9 additions and 9 deletions
|
|
@ -90,10 +90,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-or-quote-selector {
|
.reply-or-quote-selector {
|
||||||
flex-wrap: wrap;
|
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
gap: 1em;
|
gap: 0 1em;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap-reverse;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -112,6 +112,13 @@
|
||||||
role="radiogroup"
|
role="radiogroup"
|
||||||
class="reply-or-quote-selector"
|
class="reply-or-quote-selector"
|
||||||
>
|
>
|
||||||
|
<Checkbox
|
||||||
|
v-model="quoteThreadToggled"
|
||||||
|
:radio="true"
|
||||||
|
:disabled="quoteFormVisible"
|
||||||
|
>
|
||||||
|
{{ $t('post_status.quote_option') }}
|
||||||
|
</Checkbox>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
role="radio"
|
role="radio"
|
||||||
:radio="true"
|
:radio="true"
|
||||||
|
|
@ -120,13 +127,6 @@
|
||||||
>
|
>
|
||||||
{{ $t('post_status.reply_option') }}
|
{{ $t('post_status.reply_option') }}
|
||||||
</Checkbox>
|
</Checkbox>
|
||||||
<Checkbox
|
|
||||||
v-model="quoteThreadToggled"
|
|
||||||
:radio="true"
|
|
||||||
:disabled="quoteFormVisible"
|
|
||||||
>
|
|
||||||
{{ $t('post_status.quote_option') }}
|
|
||||||
</Checkbox>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue