fix: prevent FAB button overflow on very small screens (iPhone 13 mini)

- Add media query for screens ≤400px (iPhone 13 mini = 375px)
- Reduce button size to 34px and icon size to 16px
- Recalculate 6-button positions with 6px gaps (234px total width)
- Ensures buttons stay centered within narrow viewports
This commit is contained in:
juanatsap
2025-12-06 09:57:09 +00:00
parent 404748afb5
commit e06f98d1d8
3 changed files with 467 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long