fix: mobile layout and touch target improvements for admin settings

- SettingsTableRow: stack name above controls on mobile, show action
  buttons without hover (max-lg:opacity-100)
- SettingsMobileTabs: increase touch targets to 44px, add scroll spacers
- QuickToggles: increase chip touch targets
- SettingInput: increase display button touch target
- AdminSettings: add bottom padding buffer to mobile layout
This commit is contained in:
Fringg
2026-03-29 03:18:21 +03:00
parent 67055d58f7
commit e004d8103b
5 changed files with 23 additions and 12 deletions

View File

@@ -225,7 +225,7 @@ export default function AdminSettings() {
return (
<>
{/* Mobile Layout */}
<div className="space-y-4 lg:hidden">
<div className="space-y-4 pb-4 lg:hidden">
<SettingsMobileTabs
activeSection={activeSection}
setActiveSection={setActiveSection}