From 33fe92a5259fef0c4976dcdbf8fdb5478fd8823d Mon Sep 17 00:00:00 2001 From: dev Date: Mon, 29 Jun 2026 00:37:01 +0200 Subject: [PATCH] Enlarge settings page header --- webui/static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webui/static/style.css b/webui/static/style.css index 1edfc1d1..fabefe73 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -55517,14 +55517,14 @@ tr.tag-diff-same { min-width: 0; } #settings-page .settings-header-compact .header-title { - font-size: 1.42em; + font-size: 1.82em; margin: 0; line-height: 1.1; color: rgba(255, 255, 255, 0.88); } #settings-page .settings-header-compact .page-header-icon { - width: 32px; - height: 32px; + width: 44px; + height: 44px; opacity: 0.86; }