From 99c771dfe9a23afc2c68701469b5b902c3bff8a0 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 28 Jun 2024 21:14:51 -0500 Subject: [PATCH] add recentfm widget to sidebar --- layouts/partials/aside.html | 3 +++ static/css/custom.css | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index 1d65dea..e374141 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -54,4 +54,7 @@

status.lol

+
+

recent track

+ diff --git a/static/css/custom.css b/static/css/custom.css index 9e1c13f..957eb3d 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -238,6 +238,18 @@ small[style^="opacity: .5"] { opacity: 1 !important; } +/* recentfm styling */ +.recent-played { + background: var(--off-bg) !important; + flex-direction:column; + border-radius: 0.5em; + padding: 0.5em; +} + +.recent-played-track { + margin: 0.5em 0; +} + /* code overrides */ pre, code,