diff --git a/app/components/Profile/Profile.Stats.tsx b/app/components/Profile/Profile.Stats.tsx index 721adc8..c20099b 100644 --- a/app/components/Profile/Profile.Stats.tsx +++ b/app/components/Profile/Profile.Stats.tsx @@ -31,6 +31,16 @@ export const ProfileStats = (props: { show: false, }, responsive: [ + { + breakpoint: 400, + options: { + chart: { + height: 170, + width: 170, + type: "donut", + }, + }, + }, { breakpoint: 640, options: { diff --git a/public/changelog/3.2.1.md b/public/changelog/3.2.1.md index 51b81e1..da51a82 100644 --- a/public/changelog/3.2.1.md +++ b/public/changelog/3.2.1.md @@ -1,5 +1,9 @@ # 3.2.0 -## изменено +## Изменено - Изменён вид каруселей + +## Исправлено + +- Исправлена горизонтальная прокрутка профиля на мобильных устройствах