forked from AkkomaGang/akkoma-fe
fix indentation
This commit is contained in:
parent
a54c8b994e
commit
c79b2501d2
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
<label
|
<label
|
||||||
class="checkbox"
|
class="checkbox"
|
||||||
:class="{ disabled, indeterminate }"
|
:class="{ disabled, indeterminate }"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<span
|
<span
|
||||||
class="label"
|
class="label"
|
||||||
v-if="!!$slots.default"
|
v-if="!!$slots.default"
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
<p>
|
<p>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
v-model="hideFollowers"
|
v-model="hideFollowers"
|
||||||
>
|
>
|
||||||
{{ $t('settings.hide_followers_description') }}
|
{{ $t('settings.hide_followers_description') }}
|
||||||
</Checkbox>
|
</Checkbox>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue