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() {