mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +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,
|
||||
},
|
||||
responsive: [
|
||||
{
|
||||
breakpoint: 400,
|
||||
options: {
|
||||
chart: {
|
||||
height: 170,
|
||||
width: 170,
|
||||
type: "donut",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
breakpoint: 640,
|
||||
options: {
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# 3.2.0
|
||||
|
||||
## изменено
|
||||
## Изменено
|
||||
|
||||
- Изменён вид каруселей
|
||||
|
||||
## Исправлено
|
||||
|
||||
- Исправлена горизонтальная прокрутка профиля на мобильных устройствах
|
||||
|
|
Loading…
Add table
Reference in a new issue