fix: remove container max-width and stop stretching inputs on settings page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Andreas Wrede
2026-05-12 11:42:54 -04:00
parent 1cefc2676e
commit 4ce7eacfdd
+2 -4
View File
@@ -6,7 +6,7 @@
html, body { overflow: visible; }
.container {
max-width: 960px;
max-width: none;
}
h1 { color: #333; margin-bottom: 5px; margin-top: 15px; font-size: 1.5em; }
@@ -298,8 +298,6 @@
/* ---- Editable inputs ---- */
.field-input {
width: 100%;
max-width: 360px;
border: 1px solid #ccc;
border-radius: 4px;
padding: 4px 8px;
@@ -367,7 +365,7 @@
.crud-table th { background: #f5f5f5; padding: 6px 10px; text-align: left; font-weight: 600; color: #555; font-size: .78em; text-transform: uppercase; letter-spacing: .03em; border-bottom: 1px solid #e0e0e0; }
.crud-table td { padding: 6px 10px; border-bottom: 1px solid #f0f0f0; vertical-align: top; }
.crud-table tbody tr:last-child td { border-bottom: none; }
.crud-table .field-input { max-width: none; }
.crud-table .field-input { width: 100%; }
/* ---- Rollback modal ---- */
.modal-overlay {