From 1c9777e53302f69361841a74bf604b5c6bc58a1d Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Sun, 15 Mar 2026 12:18:06 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Quellen=C3=BCbersicht-Stats=20in=20eigen?= =?UTF-8?q?e=20Zeile=20unter=20den=20Header=20verschoben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/static/css/style.css | 8 ++++++-- src/static/dashboard.html | 5 ++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index dbc8ab8..f717069 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -3613,12 +3613,16 @@ a:hover { flex-shrink: 0; } -/* === Quellenübersicht Header-Stats (zugeklappter Zustand) === */ +/* === Quellenübersicht Subheader mit Stats === */ +.source-overview-subheader { + padding: 0 var(--sp-lg) var(--sp-sm); + cursor: pointer; +} + .source-overview-header-stats { font-size: 12px; color: var(--text-tertiary); font-weight: 400; - margin-left: 4px; } .source-overview-chevron.open { diff --git a/src/static/dashboard.html b/src/static/dashboard.html index a72b456..61b90ee 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -239,9 +239,12 @@
+
+ +