From 731194683b1f46c7f343fb88626c964d0d4febe1 Mon Sep 17 00:00:00 2001 From: ProgrammGamer Date: Fri, 30 Jan 2026 20:59:35 +0100 Subject: [PATCH] =?UTF-8?q?Frontend:=20Teilnehmernamen=20wieder=20als=20kl?= =?UTF-8?q?assische=20Liste,=20keine=20Chips=20mehr.=20Workshopkarten-Head?= =?UTF-8?q?er=20zur=C3=BCck=20auf=20urspr=C3=BCngliches=20Design=20(zentri?= =?UTF-8?q?ert,=20farbig,=20mit=20Gradient).=20HTML/CSS=20bereinigt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/frontend.css | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/assets/frontend.css b/assets/frontend.css index 0dee3fa..e50e94a 100644 --- a/assets/frontend.css +++ b/assets/frontend.css @@ -131,25 +131,24 @@ .kc-workshop-card .title .teamers small{font-weight:500;color:#4c7a6a;opacity:0.9;font-size:0.85rem;margin-left:6px;} .kc-workshop-card .content{padding:12px 18px 18px 18px;} .kc-participants { - display: flex; - flex-wrap: wrap; - gap: 6px; - font-size: 0.95rem; + display: block; + font-size: 1em; color: #2b2b2b; } .kc-participant { - padding: 2px 8px; - border-radius: 6px; - background: #e8f9ef; - white-space: nowrap; - display: inline-block; + padding: 0; + border-radius: 0; + background: none; + white-space: normal; + display: block; max-width: 100%; - overflow: hidden; - text-overflow: ellipsis; + overflow: visible; + text-overflow: unset; + margin: 0 0 2px 0; } .kc-participant.me { - background: #2da66a; - color: #fff; + background: none; + color: #2da66a; font-weight: bold; } .kc-notassigned{background:#fff6f6;border:1px solid #ffd2d2;padding:12px;border-radius:10px;margin-top:12px;}