mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
fix: profile over scroll on mobile
This commit is contained in:
parent
b7f4aadf86
commit
3211c260a0
2 changed files with 15 additions and 1 deletions
|
@ -31,6 +31,16 @@ export const ProfileStats = (props: {
|
||||||
show: false,
|
show: false,
|
||||||
},
|
},
|
||||||
responsive: [
|
responsive: [
|
||||||
|
{
|
||||||
|
breakpoint: 400,
|
||||||
|
options: {
|
||||||
|
chart: {
|
||||||
|
height: 170,
|
||||||
|
width: 170,
|
||||||
|
type: "donut",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
breakpoint: 640,
|
breakpoint: 640,
|
||||||
options: {
|
options: {
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# 3.2.0
|
# 3.2.0
|
||||||
|
|
||||||
## изменено
|
## Изменено
|
||||||
|
|
||||||
- Изменён вид каруселей
|
- Изменён вид каруселей
|
||||||
|
|
||||||
|
## Исправлено
|
||||||
|
|
||||||
|
- Исправлена горизонтальная прокрутка профиля на мобильных устройствах
|
||||||
|
|
Loading…
Add table
Reference in a new issue