style: tweak settings UI
This commit is contained in:
parent
391328f128
commit
a96e754496
1 changed files with 11 additions and 15 deletions
|
@ -46,19 +46,19 @@
|
||||||
<FormRadios v-model="iconSet" class="_formBlock">
|
<FormRadios v-model="iconSet" class="_formBlock">
|
||||||
<template #label>{{ i18n.ts.iconSet }}</template>
|
<template #label>{{ i18n.ts.iconSet }}</template>
|
||||||
<option value="ph-bold" :aria-label="i18n.ts._iconSets.bold">
|
<option value="ph-bold" :aria-label="i18n.ts._iconSets.bold">
|
||||||
<i class="ph-bold ph-2x ph-smiley"></i>
|
<i class="ph-bold ph-2x ph-star"></i>
|
||||||
</option>
|
</option>
|
||||||
<option value="ph-duotone" :aria-label="i18n.ts._iconSets.duotone">
|
<option value="ph-duotone" :aria-label="i18n.ts._iconSets.duotone">
|
||||||
<i class="ph-duotone ph-2x ph-smiley"></i>
|
<i class="ph-duotone ph-2x ph-star"></i>
|
||||||
</option>
|
</option>
|
||||||
<option value="ph-fill" :aria-label="i18n.ts._iconSets.fill">
|
<option value="ph-fill" :aria-label="i18n.ts._iconSets.fill">
|
||||||
<i class="ph-fill ph-2x ph-smiley"></i>
|
<i class="ph-fill ph-2x ph-star"></i>
|
||||||
</option>
|
</option>
|
||||||
<option value="ph" :aria-label="i18n.ts._iconSets.regular">
|
<option value="ph" :aria-label="i18n.ts._iconSets.regular">
|
||||||
<i class="ph ph-2x ph-smiley"></i>
|
<i class="ph ph-2x ph-star"></i>
|
||||||
</option>
|
</option>
|
||||||
<option value="ph-light" :aria-label="i18n.ts._iconSets.light">
|
<option value="ph-light" :aria-label="i18n.ts._iconSets.light">
|
||||||
<i class="ph-light ph-2x ph-smiley"></i>
|
<i class="ph-light ph-2x ph-star"></i>
|
||||||
</option>
|
</option>
|
||||||
</FormRadios>
|
</FormRadios>
|
||||||
|
|
||||||
|
@ -96,13 +96,12 @@
|
||||||
<FormSwitch v-model="disablePagesScript" class="_formBlock">{{
|
<FormSwitch v-model="disablePagesScript" class="_formBlock">{{
|
||||||
i18n.ts.disablePagesScript
|
i18n.ts.disablePagesScript
|
||||||
}}</FormSwitch>
|
}}</FormSwitch>
|
||||||
<FormSwitch v-model="showTimelineReplies" class="_formBlock"
|
<FormSwitch v-model="showTimelineReplies" class="_formBlock">{{
|
||||||
>{{ i18n.ts.flagShowTimelineReplies
|
i18n.ts.flagShowTimelineReplies
|
||||||
}}<template #caption
|
}}</FormSwitch>
|
||||||
>{{ i18n.ts.flagShowTimelineRepliesDescription }}
|
<FormSwitch v-model="enableTimelineStreaming" class="_formBlock">{{
|
||||||
{{ i18n.ts.reflectMayTakeTime }}</template
|
i18n.ts.enableTimelineStreaming
|
||||||
></FormSwitch
|
}}</FormSwitch>
|
||||||
>
|
|
||||||
<!-- <FormSwitch
|
<!-- <FormSwitch
|
||||||
v-model="$i.injectFeaturedNote"
|
v-model="$i.injectFeaturedNote"
|
||||||
class="_formBlock"
|
class="_formBlock"
|
||||||
|
@ -163,9 +162,6 @@
|
||||||
{{ i18n.ts.postSearch }}
|
{{ i18n.ts.postSearch }}
|
||||||
</option>
|
</option>
|
||||||
</FormSelect>
|
</FormSelect>
|
||||||
<FormSwitch v-model="enableTimelineStreaming" class="_formBlock">{{
|
|
||||||
i18n.ts.enableTimelineStreaming
|
|
||||||
}}</FormSwitch>
|
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
|
|
Loading…
Reference in a new issue