More tab tweaks

This commit is contained in:
snipe
2026-03-24 12:48:23 +00:00
parent eb68789327
commit 66aeaaefdb
@@ -17,28 +17,26 @@
@if ($icon_type || $icon)
@if ($icon)
<span class="hidden-lg hidden-md">
<span class="hidden-lg hidden-md hidden-sm">
<i class="{{ $icon }}" style="font-size: 18px" aria-hidden="true"></i>
{{ $tooltip ?? $label }}
</span>
<span class="hidden-xs hidden-sm">
<span class="hidden-xs">
<i class="{{ $icon }}" style="font-size: 16px" aria-hidden="true"></i>
</span>
@elseif ($icon_type)
<span class="hidden-lg hidden-md">
<span class="hidden-lg hidden-md hidden-sm">
<x-icon type="{{ $icon_type }}" class="fa-fw" style="font-size: 18px;" />
{{ $tooltip ?? $label }}
</span>
<span class="hidden-xs hidden-sm">
<span class="hidden-xs">
<x-icon type="{{ $icon_type }}" class="fa-fw" style="font-size: 16px;" />
</span>
@endif
<span class="sr-only">