feat: overflow carousel items

This commit is contained in:
Kentai Radiquum 2024-09-18 15:13:45 +05:00
parent b9159e4723
commit b7f4aadf86
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 14 additions and 3 deletions

View file

@ -106,7 +106,7 @@ export const App = (props) => {
{preferencesStore.flags.enableAnalytics && (
<PlausibleProvider
domain="anix.wah.su"
trackLocalhost={true}
trackLocalhost={false}
selfHosted={true}
enabled={true}
/>

View file

@ -12,4 +12,7 @@
width: 64px;
height: 64px;
}
.swiper {
overflow: visible !important;
}
}

View file

@ -20,6 +20,7 @@ export const ReleaseCourusel = (props: {
spaceBetween: 8,
allowTouchMove: true,
slidesPerView: "auto",
rewind: true,
navigation: {
enabled: false,
nextEl: ".swiper-button-next",
@ -30,6 +31,8 @@ export const ReleaseCourusel = (props: {
navigation: {
enabled: true,
},
initialSlide: 1,
centeredSlides: true,
},
},
modules: [Navigation],
@ -52,8 +55,8 @@ export const ReleaseCourusel = (props: {
</Link>
)}
</div>
<div className="m-4">
<div className="swiper">
<div className="my-4">
<div className={`swiper ${Styles["swiper"]}`}>
<div className="swiper-wrapper">
{props.content.map((release) => {
return (

View file

@ -0,0 +1,5 @@
# 3.2.0
## изменено
- Изменён вид каруселей