Skip to content

Commit

Permalink
fix(game-compare): remediate link button size issue on LG and lower (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland authored Apr 18, 2024
1 parent 4d479ec commit 04c0ef6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
])

<li>
<a class="btn py-2 pr-3 block transition-transform lg:active:scale-[97%]" href="{{ $href }}">
<span class="icon icon-md mx-1">{{ $icon }}</span>
{{ $slot }}
<a class="btn py-2 w-full px-3 inline-flex gap-x-2 transition-transform lg:active:scale-[97%]" href="{{ $href }}">
<span>{{ $icon }}</span>
<span>{{ $slot }}</span>
</a>
</li>
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

@if ($canModerate)
<x-hidden-controls>
<div style="width:20%">
<div class="grid md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5">
<ul class="flex flex-col gap-2">
<x-game.link-buttons.game-link-button
icon="🔬"
Expand Down

0 comments on commit 04c0ef6

Please sign in to comment.