From 1da677ee2d4d2b7205e9cf4328dcdb403d5e6a29 Mon Sep 17 00:00:00 2001 From: dev Date: Sun, 28 Jun 2026 23:45:49 +0200 Subject: [PATCH] Keep settings logs viewer full width --- webui/static/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/webui/static/style.css b/webui/static/style.css index 395fe0f0..e7d8504d 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -55442,6 +55442,23 @@ tr.tag-diff-same { max-width: 100%; } +#settings-page .settings-group[data-stg="logs"] { + width: 100%; + max-width: 100%; + min-width: 0; +} + +#settings-page .settings-group[data-stg="logs"] .log-viewer-header, +#settings-page .settings-group[data-stg="logs"] .log-viewer-terminal, +#settings-page .settings-group[data-stg="logs"] .log-viewer-status { + width: 100%; +} + +#settings-page .settings-group[data-stg="logs"] .log-viewer-controls, +#settings-page .settings-group[data-stg="logs"] .log-viewer-actions { + min-width: 0; +} + /* ── Compact settings header — single row, no wasted vertical space ── */ #settings-page .dashboard-header.settings-header-compact { flex-direction: row;