mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
fix: 💄 form switch padding
This commit is contained in:
parent
6919477820
commit
dd36424cf3
1 changed files with 14 additions and 4 deletions
|
@ -345,12 +345,22 @@
|
|||
|
||||
<FormSection>
|
||||
<template #label>Server Performance</template>
|
||||
<FormSwitch v-model="enableServerMachineStats">
|
||||
<template #label>{{ i18n.ts.enableServerMachineStats }}</template>
|
||||
<FormSwitch
|
||||
v-model="enableServerMachineStats"
|
||||
class="_formBlock"
|
||||
>
|
||||
<template #label>{{
|
||||
i18n.ts.enableServerMachineStats
|
||||
}}</template>
|
||||
</FormSwitch>
|
||||
|
||||
<FormSwitch v-model="enableIdenticonGeneration">
|
||||
<template #label>{{ i18n.ts.enableIdenticonGeneration }}</template>
|
||||
<FormSwitch
|
||||
v-model="enableIdenticonGeneration"
|
||||
class="_formBlock"
|
||||
>
|
||||
<template #label>{{
|
||||
i18n.ts.enableIdenticonGeneration
|
||||
}}</template>
|
||||
</FormSwitch>
|
||||
</FormSection>
|
||||
|
||||
|
|
Loading…
Reference in a new issue