-
fix(mobile): resolve tablet sidebar and metrics page overflow issues (#1549)
发布于
2026-01-12 23:00:12 +00:00 - fix(mobile): resolve tablet sidebar and metrics page overflow issues
- Fix tablet (768px) sidebar visibility by changing JS breakpoint check
from <= to < to match CSS media query breakpoints - Add tablet-specific CSS rules (768-991px) to prevent grid overflow
- Fix Metrics page horizontal overflow on all viewport sizes by adding
responsive grid overrides and overflow-x: hidden - Make inline style grids responsive with CSS attribute selectors
All 252 mobile UI layout tests now pass (was 243/252).
- fix(mobile): improve touch targets and settings overflow
- Add overflow-x: hidden to Settings page containers
- Increase bottom padding from 100px to 120px for mobile nav
- Add touch-friendly styling for support links (min-height 44px)
- Improve settings tabs touch targets
- Add generic link touch target improvements for mobile
- Increase checkbox/radio and toggle switch touch areas
下载附件