From cb231ffa66ed6385646030edf09c69a04c859723 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 9 Feb 2026 06:53:23 -0600 Subject: [PATCH] tweaks --- .../overlay/detail/SaveAllPreviewPopover.tsx | 4 ++-- web/src/pages/Settings.tsx | 21 +++++++++++++++++-- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/web/src/components/overlay/detail/SaveAllPreviewPopover.tsx b/web/src/components/overlay/detail/SaveAllPreviewPopover.tsx index 5917d0816..399051145 100644 --- a/web/src/components/overlay/detail/SaveAllPreviewPopover.tsx +++ b/web/src/components/overlay/detail/SaveAllPreviewPopover.tsx @@ -119,7 +119,7 @@ export default function SaveAllPreviewPopover({ ns: "views/settings", })} - + {item.fieldPath} @@ -127,7 +127,7 @@ export default function SaveAllPreviewPopover({ ns: "views/settings", })} - + {formatValue(item.value)} diff --git a/web/src/pages/Settings.tsx b/web/src/pages/Settings.tsx index 469added2..d60762b10 100644 --- a/web/src/pages/Settings.tsx +++ b/web/src/pages/Settings.tsx @@ -471,6 +471,14 @@ const CAMERA_SELECT_BUTTON_PAGES = [ const ALLOWED_VIEWS_FOR_VIEWER = ["ui", "debug", "notifications"]; +const LARGE_BOTTOM_MARGIN_PAGES = [ + "masksAndZones", + "motionTuner", + "notifications", + "frigateplus", + "maintenance", +]; + // keys for camera sections const CAMERA_SECTION_MAPPING: Record = { detect: "cameraDetect", @@ -1140,6 +1148,7 @@ export default function Settings() {