From a1a041c5ce55712893fd3fa11810a7c331263ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Tue, 3 Oct 2023 19:23:09 +0000 Subject: [PATCH] Add detailed song info view on song select --- backend/static/css/style.css | 4 +++ backend/templates/songlist.html | 60 ++++++++++++++++++++++++++------- 2 files changed, 51 insertions(+), 13 deletions(-) diff --git a/backend/static/css/style.css b/backend/static/css/style.css index 52298d9..a8ce022 100644 --- a/backend/static/css/style.css +++ b/backend/static/css/style.css @@ -173,6 +173,10 @@ pre { background-color: var(--copy-highlight-color); } +.songinfo { + +} + @media (prefers-color-scheme: dark) { :root { /* Navbar */ diff --git a/backend/templates/songlist.html b/backend/templates/songlist.html index 5799757..f64509c 100644 --- a/backend/templates/songlist.html +++ b/backend/templates/songlist.html @@ -16,23 +16,40 @@ -
-
-
+ {% endblock %} {% block extrajs %}