From 15065f924214e00594bbc77ea9b4c7adf53c9b2a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 17 May 2025 23:05:56 +0200 Subject: flat playlist works --- src/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index b0baf42..9eb1187 100644 --- a/src/style.css +++ b/src/style.css @@ -1,6 +1,7 @@ :root { background-color: #111111; color: white; + font-family: sans-serif; } .task { @@ -9,6 +10,17 @@ border-radius: 10px; border: 2px solid white; } +.task h3 { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + width: calc(33dvw - 3em); +} +.task img { + width: 128px; + height: 72px; + float: left; +} .task.queue { border-color: #6e6eff; } -- cgit v1.2.3-70-g09d2