mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
fix: collection creation & overview hover styles
This commit is contained in:
@@ -37,7 +37,9 @@
|
||||
>
|
||||
Collections
|
||||
</div>
|
||||
<div class="flex flex-col gap-y-2 py-1 max-h-[150px] overflow-y-auto">
|
||||
<div
|
||||
class="flex flex-col gap-y-2 py-1 max-h-[150px] overflow-y-auto"
|
||||
>
|
||||
<div
|
||||
v-if="collections.length === 0"
|
||||
class="px-3 py-2 text-sm text-zinc-500"
|
||||
@@ -83,7 +85,7 @@
|
||||
|
||||
<CreateCollectionModal
|
||||
v-model="createCollectionModal"
|
||||
:game-id="props.gameId"
|
||||
:gameId="props.gameId"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user