fix(ui): increase padding of settings dialog (#10376)

This commit is contained in:
Gal Zahavi
2025-10-01 15:45:25 -07:00
committed by GitHub
parent 6553e64431
commit 33269bdbc9

View File

@@ -373,7 +373,7 @@ export function SettingsDialog({
};
// Height constraint calculations similar to ThemeDialog
const DIALOG_PADDING = 2;
const DIALOG_PADDING = 4;
const SETTINGS_TITLE_HEIGHT = 2; // "Settings" title + spacing
const SCROLL_ARROWS_HEIGHT = 2; // Up and down arrows
const SPACING_HEIGHT = 1; // Space between settings list and scope