mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 00:02:37 +10:00
fix: store page styling
This commit is contained in:
@ -68,6 +68,7 @@ $helvetica: (
|
|||||||
background-color: #d4d4d8;
|
background-color: #d4d4d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel__viewport {
|
|
||||||
|
.store-caoursel > .carousel__viewport {
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
:autoplay="15 * 1000"
|
:autoplay="15 * 1000"
|
||||||
:transition="500"
|
:transition="500"
|
||||||
:pauseAutoplayOnHover="true"
|
:pauseAutoplayOnHover="true"
|
||||||
|
class="store-caoursel"
|
||||||
>
|
>
|
||||||
<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">
|
||||||
|
|||||||
Reference in New Issue
Block a user