From 41ff1e3592c5ccf1ff5924788fbe6b03d6ef8152 Mon Sep 17 00:00:00 2001 From: coon Date: Wed, 29 Nov 2023 23:02:58 +0100 Subject: [PATCH] static: add playback arrow to position row --- static/flexbox/index.html | 4 ++-- static/flexbox/sanic.css | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/static/flexbox/index.html b/static/flexbox/index.html index b689aef..fa7826b 100644 --- a/static/flexbox/index.html +++ b/static/flexbox/index.html @@ -96,8 +96,8 @@ undefined 9:29 - - 3 + + 3 Chakra Love Shines Through (Martin Roth's in Electro Love Remix) undefined diff --git a/static/flexbox/sanic.css b/static/flexbox/sanic.css index c118224..5ff8e5d 100644 --- a/static/flexbox/sanic.css +++ b/static/flexbox/sanic.css @@ -24,6 +24,9 @@ table { border-spacing: 0pt; } +#queue-table tr td:first-of-type { + padding-left: 20px; +} /* This is probably a better way to generate alternate coloring on tables. However, background color for selected track is overwritten this way. Therefore the old