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">
|
||||
<template #label>{{ i18n.ts.iconSet }}</template>
|
||||
<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 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 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 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 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>
|
||||
</FormRadios>
|
||||
|
||||
|
@ -96,13 +96,12 @@
|
|||
<FormSwitch v-model="disablePagesScript" class="_formBlock">{{
|
||||
i18n.ts.disablePagesScript
|
||||
}}</FormSwitch>
|
||||
<FormSwitch v-model="showTimelineReplies" class="_formBlock"
|
||||
>{{ i18n.ts.flagShowTimelineReplies
|
||||
}}<template #caption
|
||||
>{{ i18n.ts.flagShowTimelineRepliesDescription }}
|
||||
{{ i18n.ts.reflectMayTakeTime }}</template
|
||||
></FormSwitch
|
||||
>
|
||||
<FormSwitch v-model="showTimelineReplies" class="_formBlock">{{
|
||||
i18n.ts.flagShowTimelineReplies
|
||||
}}</FormSwitch>
|
||||
<FormSwitch v-model="enableTimelineStreaming" class="_formBlock">{{
|
||||
i18n.ts.enableTimelineStreaming
|
||||
}}</FormSwitch>
|
||||
<!-- <FormSwitch
|
||||
v-model="$i.injectFeaturedNote"
|
||||
class="_formBlock"
|
||||
|
@ -163,9 +162,6 @@
|
|||
{{ i18n.ts.postSearch }}
|
||||
</option>
|
||||
</FormSelect>
|
||||
<FormSwitch v-model="enableTimelineStreaming" class="_formBlock">{{
|
||||
i18n.ts.enableTimelineStreaming
|
||||
}}</FormSwitch>
|
||||
</FormSection>
|
||||
|
||||
<FormSection>
|
||||
|
|
Loading…
Reference in a new issue