mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 07:42:40 +10:00
fix: store page styling
This commit is contained in:
@ -68,6 +68,7 @@ $helvetica: (
|
||||
background-color: #d4d4d8;
|
||||
}
|
||||
|
||||
.carousel__viewport {
|
||||
|
||||
.store-caoursel > .carousel__viewport {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
:autoplay="15 * 1000"
|
||||
:transition="500"
|
||||
:pauseAutoplayOnHover="true"
|
||||
class="store-caoursel"
|
||||
>
|
||||
<VueSlide v-for="game in recent" :key="game.id">
|
||||
<div class="w-full h-full relative">
|
||||
|
||||
Reference in New Issue
Block a user