mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-24 15:16:07 +09:00
fix: 💄 form switch padding
This commit is contained in:
parent
6919477820
commit
dd36424cf3
@ -345,12 +345,22 @@
|
|||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label>Server Performance</template>
|
<template #label>Server Performance</template>
|
||||||
<FormSwitch v-model="enableServerMachineStats">
|
<FormSwitch
|
||||||
<template #label>{{ i18n.ts.enableServerMachineStats }}</template>
|
v-model="enableServerMachineStats"
|
||||||
|
class="_formBlock"
|
||||||
|
>
|
||||||
|
<template #label>{{
|
||||||
|
i18n.ts.enableServerMachineStats
|
||||||
|
}}</template>
|
||||||
</FormSwitch>
|
</FormSwitch>
|
||||||
|
|
||||||
<FormSwitch v-model="enableIdenticonGeneration">
|
<FormSwitch
|
||||||
<template #label>{{ i18n.ts.enableIdenticonGeneration }}</template>
|
v-model="enableIdenticonGeneration"
|
||||||
|
class="_formBlock"
|
||||||
|
>
|
||||||
|
<template #label>{{
|
||||||
|
i18n.ts.enableIdenticonGeneration
|
||||||
|
}}</template>
|
||||||
</FormSwitch>
|
</FormSwitch>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user