diff --git a/webui/index.html b/webui/index.html
index ea3c8f1a..e909b289 100644
--- a/webui/index.html
+++ b/webui/index.html
@@ -1541,6 +1541,7 @@
@@ -1883,7 +1884,10 @@
Set MIN to 0 to accept all file sizes (recommended for most users).
+
+
+
Database Settings
diff --git a/webui/static/style.css b/webui/static/style.css
index eb686300..14d6c506 100644
--- a/webui/static/style.css
+++ b/webui/static/style.css
@@ -1001,9 +1001,9 @@ body {
font-weight: 500;
}
-/* Settings Page Styling - Two Column Layout */
+/* Settings Page Styling - Three Column Layout */
.settings-content {
- max-width: 100%;
+ width: 100%;
display: flex;
flex-direction: column;
}
@@ -1014,8 +1014,9 @@ body {
margin-bottom: 32px;
}
-.settings-left-column, .settings-right-column {
+.settings-left-column, .settings-right-column, .settings-third-column {
flex: 1;
+ min-width: 380px;
display: flex;
flex-direction: column;
gap: 18px;