Adjust class names for SettingsModal layout

This commit is contained in:
Yellowcooln
2026-02-21 18:01:19 -05:00
committed by GitHub
parent 1e53fe9515
commit a7b5dcc9d8

View File

@@ -657,11 +657,11 @@ export function SettingsModal(props: SettingsModalProps) {
const sectionWrapperClass = 'border border-input rounded-md overflow-hidden';
const sectionContentClass = externalDesktopSidebarMode
? 'space-y-4 p-4 h-full overflow-y-auto'
? 'space-y-4 p-4'
: 'space-y-4 p-4 border-t border-input';
const settingsContainerClass = externalDesktopSidebarMode
? 'w-full h-full'
? 'w-full h-full overflow-y-auto'
: 'w-full h-full overflow-y-auto space-y-3';
const sectionButtonClasses =