defautl icon alignment

This commit is contained in:
Burak Civan
2022-06-06 17:23:53 +03:00
parent 09e2e97902
commit ab9bf0ea5a
5 changed files with 14 additions and 12 deletions

View File

@@ -4,13 +4,15 @@
</x-slot>
<x-slot name="status">
@if (! $account->enabled)
<x-index.disable text="{{ trans_choice('general.accounts', 1) }}" />
@endif
<div class="mt-3">
@if (! $account->enabled)
<x-index.disable text="{{ trans_choice('general.accounts', 1) }}" />
@endif
@if (setting('default.account') == $account->id)
<x-index.default text="{{ trans('accounts.default_account') }}" />
@endif
@if (setting('default.account') == $account->id)
<x-index.default text="{{ trans('accounts.default_account') }}" />
@endif
</div>
</x-slot>
<x-slot name="favorite"