fix: store page styling

This commit is contained in:
DecDuck
2025-03-11 11:47:35 +11:00
parent e31fe149d3
commit e4066fc246
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -65,8 +65,8 @@ $helvetica: (
} }
.store-caoursel > .carousel__viewport { .store-carousel > .carousel__viewport {
overflow: visible !important; overflow-y: visible !important;
} }
+2 -2
View File
@@ -4,7 +4,7 @@
:loading="isLibraryLoading" :loading="isLibraryLoading"
@click="() => toggleLibrary()" @click="() => toggleLibrary()"
:style="'none'" :style="'none'"
class="transition w-48 h-fit gap-x-2 rounded-none rounded-l-md bg-white/10 hover:bg-white/20 text-zinc-100 backdrop-blur px-5 py-3 active:scale-95" class="transition w-48 inline-flex items-center justify-center h-full gap-x-2 rounded-none rounded-l-md bg-white/10 hover:bg-white/20 text-zinc-100 backdrop-blur px-5 py-3 active:scale-95"
> >
{{ inLibrary ? "In Library" : "Add to Library" }} {{ inLibrary ? "In Library" : "Add to Library" }}
<CheckIcon v-if="inLibrary" class="-mr-0.5 h-5 w-5" aria-hidden="true" /> <CheckIcon v-if="inLibrary" class="-mr-0.5 h-5 w-5" aria-hidden="true" />
@@ -29,7 +29,7 @@
leave-to-class="transform opacity-0 scale-95" leave-to-class="transform opacity-0 scale-95"
> >
<MenuItems <MenuItems
class="absolute right-0 z-50 mt-2 w-72 origin-top-right rounded-md bg-zinc-800/90 backdrop-blur shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none" class="absolute right-0 z-50 mt-2 w-72 origin-top-right rounded-md bg-zinc-800/90 backdrop-blur shadow-lg focus:outline-none"
> >
<div class="p-2"> <div class="p-2">
<div <div
+1 -1
View File
@@ -8,7 +8,7 @@
:autoplay="15 * 1000" :autoplay="15 * 1000"
:transition="500" :transition="500"
:pauseAutoplayOnHover="true" :pauseAutoplayOnHover="true"
class="store-caoursel" class="store-carousel"
> >
<VueSlide v-for="game in recent" :key="game.id"> <VueSlide v-for="game in recent" :key="game.id">
<div class="w-full h-full relative"> <div class="w-full h-full relative">