diff --git a/app/App.tsx b/app/App.tsx
index 0a9a98b..bb81fc1 100644
--- a/app/App.tsx
+++ b/app/App.tsx
@@ -106,7 +106,7 @@ export const App = (props) => {
{preferencesStore.flags.enableAnalytics && (
diff --git a/app/components/ReleaseCourusel/ReleaseCourusel.module.css b/app/components/ReleaseCourusel/ReleaseCourusel.module.css
index fce52de..4a63b8c 100644
--- a/app/components/ReleaseCourusel/ReleaseCourusel.module.css
+++ b/app/components/ReleaseCourusel/ReleaseCourusel.module.css
@@ -12,4 +12,7 @@
width: 64px;
height: 64px;
}
+ .swiper {
+ overflow: visible !important;
+ }
}
diff --git a/app/components/ReleaseCourusel/ReleaseCourusel.tsx b/app/components/ReleaseCourusel/ReleaseCourusel.tsx
index fabc504..f68d1c3 100644
--- a/app/components/ReleaseCourusel/ReleaseCourusel.tsx
+++ b/app/components/ReleaseCourusel/ReleaseCourusel.tsx
@@ -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: {
)}
-
-
+
+
{props.content.map((release) => {
return (
diff --git a/public/changelog/3.2.1.md b/public/changelog/3.2.1.md
new file mode 100644
index 0000000..51b81e1
--- /dev/null
+++ b/public/changelog/3.2.1.md
@@ -0,0 +1,5 @@
+# 3.2.0
+
+## изменено
+
+- Изменён вид каруселей