mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2025-01-11 04:15:49 +01:00
fix indentation
This commit is contained in:
parent
a54c8b994e
commit
c79b2501d2
@ -2,7 +2,7 @@
|
||||
<label
|
||||
class="checkbox"
|
||||
:class="{ disabled, indeterminate }"
|
||||
>
|
||||
>
|
||||
<input
|
||||
type="checkbox"
|
||||
:disabled="disabled"
|
||||
@ -14,7 +14,7 @@
|
||||
<span
|
||||
class="label"
|
||||
v-if="!!$slots.default"
|
||||
>
|
||||
>
|
||||
<slot />
|
||||
</span>
|
||||
</label>
|
||||
|
@ -92,7 +92,7 @@
|
||||
<p>
|
||||
<Checkbox
|
||||
v-model="hideFollowers"
|
||||
>
|
||||
>
|
||||
{{ $t('settings.hide_followers_description') }}
|
||||
</Checkbox>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user