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
|
||||
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 a new issue