mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 15:52:39 +10:00
style(collections): Hover state & scaling games grid properly
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
<div class="flex items-center gap-x-3 mb-4">
|
<div class="flex items-center gap-x-3 mb-4">
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="/library"
|
to="/library"
|
||||||
class="transition text-sm/6 font-semibold text-zinc-400 hover:text-zinc-100 inline-flex gap-x-2 items-center"
|
class="transition text-sm/6 font-semibold text-zinc-400 hover:text-zinc-100 inline-flex gap-x-2 items-center duration-200 hover:scale-105"
|
||||||
>
|
>
|
||||||
<ArrowLeftIcon class="h-4 w-4" aria-hidden="true" />
|
<ArrowLeftIcon class="h-4 w-4" aria-hidden="true" />
|
||||||
Back to Collections
|
Back to Collections
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<!-- Games grid -->
|
<!-- Games grid -->
|
||||||
<div
|
<div
|
||||||
class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-5 gap-4"
|
class="mt-4 flex flex-row gap-4 flex-wrap justify-center sm:justify-start"
|
||||||
>
|
>
|
||||||
<GamePanel
|
<GamePanel
|
||||||
v-for="entry in collection?.entries"
|
v-for="entry in collection?.entries"
|
||||||
|
|||||||
Reference in New Issue
Block a user