spacing control for user index
This commit is contained in:
parent
82ebae4b4e
commit
e107954392
@ -59,7 +59,8 @@
|
|||||||
@endif
|
@endif
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-4/12 sm:w-5/12 flex items-center">
|
<x-table.td class="w-4/12 sm:w-5/12">
|
||||||
|
<x-slot name="second" class="flex items-center space-x-2" override="class">
|
||||||
@if (setting('default.use_gravatar', '0') == '1')
|
@if (setting('default.use_gravatar', '0') == '1')
|
||||||
<img src="{{ $item->picture }}" class="w-6 h-6 rounded-full mr-2 hidden lg:block" title="{{ $item->name }}" alt="{{ $item->name }}">
|
<img src="{{ $item->picture }}" class="w-6 h-6 rounded-full mr-2 hidden lg:block" title="{{ $item->name }}" alt="{{ $item->name }}">
|
||||||
@elseif (is_object($item->picture))
|
@elseif (is_object($item->picture))
|
||||||
@ -77,6 +78,7 @@
|
|||||||
@if (! $item->enabled)
|
@if (! $item->enabled)
|
||||||
<x-index.disable text="{{ trans_choice('general.users', 1) }}" />
|
<x-index.disable text="{{ trans_choice('general.users', 1) }}" />
|
||||||
@endif
|
@endif
|
||||||
|
</x-slot>
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-4/12 hidden sm:table-cell">
|
<x-table.td class="w-4/12 hidden sm:table-cell">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user