move tree suboptions closer to its parent
This commit is contained in:
parent
452a522fa4
commit
402cbf6593
1 changed files with 18 additions and 18 deletions
|
|
@ -17,24 +17,6 @@
|
||||||
{{ $t('settings.conversation_display') }}
|
{{ $t('settings.conversation_display') }}
|
||||||
</ChoiceSetting>
|
</ChoiceSetting>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<FontControl
|
|
||||||
:model-value="mergedConfig.theme3hacks.fonts.post"
|
|
||||||
name="post"
|
|
||||||
:fallback="{ family: 'inherit' }"
|
|
||||||
:label="$t('settings.style.fonts.components.post')"
|
|
||||||
@update:model-value="v => updateFont('post', v)"
|
|
||||||
/>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<FontControl
|
|
||||||
:model-value="mergedConfig.theme3hacks.fonts.monospace"
|
|
||||||
name="postCode"
|
|
||||||
:fallback="{ family: 'monospace' }"
|
|
||||||
:label="$t('settings.style.fonts.components.monospace')"
|
|
||||||
@update:model-value="v => updateFont('monospace', v)"
|
|
||||||
/>
|
|
||||||
</li>
|
|
||||||
<ul
|
<ul
|
||||||
v-if="mergedConfig.conversationDisplay !== 'linear'"
|
v-if="mergedConfig.conversationDisplay !== 'linear'"
|
||||||
class="setting-list suboptions"
|
class="setting-list suboptions"
|
||||||
|
|
@ -72,6 +54,24 @@
|
||||||
</ChoiceSetting>
|
</ChoiceSetting>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<li>
|
||||||
|
<FontControl
|
||||||
|
:model-value="mergedConfig.theme3hacks.fonts.post"
|
||||||
|
name="post"
|
||||||
|
:fallback="{ family: 'inherit' }"
|
||||||
|
:label="$t('settings.style.fonts.components.post')"
|
||||||
|
@update:model-value="v => updateFont('post', v)"
|
||||||
|
/>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<FontControl
|
||||||
|
:model-value="mergedConfig.theme3hacks.fonts.monospace"
|
||||||
|
name="postCode"
|
||||||
|
:fallback="{ family: 'monospace' }"
|
||||||
|
:label="$t('settings.style.fonts.components.monospace')"
|
||||||
|
@update:model-value="v => updateFont('monospace', v)"
|
||||||
|
/>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<BooleanSetting path="greentext">
|
<BooleanSetting path="greentext">
|
||||||
<i18n-t
|
<i18n-t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue