From f894f84942de71f3d975052d940fa3fc07184dfc Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 17 Jun 2026 22:52:55 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Milchglas-Leiste=20spannt=20jetzt=20?= =?UTF-8?q?=C3=BCber=20die=20volle=20Kartenbreite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - story-time-overlay: right:0 hinzugefügt → durchgängige Bar von links nach rechts - Halle-Badge sitzt mit z-index:5 auf dem Milchglas - Kein abgesetzter Rand mehr — einheitliche Top-Leiste --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 8df1cd7..3ab04a0 100644 --- a/app.py +++ b/app.py @@ -1899,7 +1899,7 @@ def public_frontend(): .story-date { color:#999; font-size:0.7rem; margin-left:auto; } .story-time { font-size:0.7rem; color:#666; font-weight:500; } .story-time-rel { color:#dc3545; font-weight:700; } - .story-time-overlay { position:absolute; top:0; left:0; z-index:5; background:rgba(255,255,255,0.78); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); color:#dc3545; padding:0.3rem 0.65rem; border-radius:0 0 10px 0; font-size:0.8rem; font-weight:700; letter-spacing:0.02em; line-height:1.3; box-shadow:0 2px 8px rgba(0,0,0,0.12); } + .story-time-overlay { position:absolute; top:0; left:0; right:0; z-index:4; background:rgba(255,255,255,0.78); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); padding:0.3rem 0.65rem; font-size:0.8rem; font-weight:700; letter-spacing:0.02em; line-height:1.3; } .story-time-overlay .story-time-rel { color:#dc3545; } .story-preview { display:none; } .text-only .story-preview { display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; font-size:0.8rem; line-height:1.4; color:#444; margin-bottom:0.35rem; }