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 @@
+
+ +