mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user