From a9a9a35efb06b2bb8ac9049a02dd45024601461c Mon Sep 17 00:00:00 2001 From: Audiolib Date: Tue, 26 May 2026 17:18:34 +0200 Subject: [PATCH] =?UTF-8?q?Design:=20neutrale=20Grau-Hintergr=C3=BCnde,=20?= =?UTF-8?q?Kapitelliste=20volle=20H=C3=B6he?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Hintergrundfarben auf neutrales Dunkelgrau geändert (#111111/#1a1a1a/#222222) - Nur Akzentfarbe (#1ed760) und Buttons/aktive States bleiben grün - ChapterList: max-h-64 entfernt, nutzt jetzt volle Seitenhöhe Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/components/player/ChapterList.tsx | 2 +- frontend/src/index.css | 8 ++++---- frontend/tailwind.config.js | 16 ++++++++-------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/player/ChapterList.tsx b/frontend/src/components/player/ChapterList.tsx index 5d53700..60c726b 100644 --- a/frontend/src/components/player/ChapterList.tsx +++ b/frontend/src/components/player/ChapterList.tsx @@ -23,7 +23,7 @@ export default function ChapterList({ chapters, currentTime, onSeek }: Props) { } return ( -
+

Kapitel

{chapters.map((ch, i) => (