fix:mobile improvements
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
|
||||
<div {{ $attributes->class(['h-4 sm:h-auto' => $attributes->has('hide-on-mobile')]) }}>
|
||||
<div {{ $attributes->class(['py-6' => !$attributes->has('class')]) }}>
|
||||
<div {{ $attributes->class(['py-6' => !$attributes->has('class'), 'h-4 sm:h-auto' => $attributes->has('hide-on-mobile')]) }}>
|
||||
|
||||
<hr class="hidden sm:block border-t border-gray-200 dark:border-gray-700" />
|
||||
</div>
|
||||
<hr class="{{ $attributes->has('hide-on-mobile') ? 'hidden sm:block' : '' }} border-t border-gray-200 dark:border-gray-700" />
|
||||
</div>
|
||||
Reference in New Issue
Block a user