diff --git a/web/src/components/config-form/sections/BaseSection.tsx b/web/src/components/config-form/sections/BaseSection.tsx
index 6340691ce..047edd449 100644
--- a/web/src/components/config-form/sections/BaseSection.tsx
+++ b/web/src/components/config-form/sections/BaseSection.tsx
@@ -831,7 +831,7 @@ export function ConfigSection({
diff --git a/web/src/pages/Settings.tsx b/web/src/pages/Settings.tsx
index e686ea241..cdf0caa68 100644
--- a/web/src/pages/Settings.tsx
+++ b/web/src/pages/Settings.tsx
@@ -475,12 +475,6 @@ const CAMERA_SELECT_BUTTON_PAGES = [
const ALLOWED_VIEWS_FOR_VIEWER = ["ui", "debug", "notifications"];
-const LARGE_BOTTOM_MARGIN_PAGES = [
- "masksAndZones",
- "motionTuner",
- "maintenance",
-];
-
// keys for camera sections
const CAMERA_SECTION_MAPPING: Record = {
detect: "cameraDetect",
@@ -1355,9 +1349,9 @@ export default function Settings() {
)}
-
-
-
+
+
+
{settingsGroups.map((group) => {
const filteredItems = group.items.filter((item) =>
@@ -1445,8 +1439,7 @@ export default function Settings() {
{(() => {
diff --git a/web/src/views/settings/UiSettingsView.tsx b/web/src/views/settings/UiSettingsView.tsx
index 5b04aa0fe..60aaffabf 100644
--- a/web/src/views/settings/UiSettingsView.tsx
+++ b/web/src/views/settings/UiSettingsView.tsx
@@ -210,7 +210,7 @@ export default function UiSettingsView() {
];
return (
-