diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-27 06:22:07 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-27 06:22:07 -0500 |
commit | 90048ba6a0db93a3071a1a70ec8374f5a57d190e (patch) | |
tree | 2e693fa084a50b106bfabf7655f0b19585868028 /playlist.lisp | |
parent | 856ae432a8906464aca3877800b2513eb7719c33 (diff) |
Tweak: UI
Diffstat (limited to 'playlist.lisp')
-rw-r--r-- | playlist.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.lisp b/playlist.lisp index 455aa83..c1c063a 100644 --- a/playlist.lisp +++ b/playlist.lisp @@ -255,7 +255,7 @@ (div (:class "now-playing-display") (section (:h3 :content "Now Playing")) (img (:bind thumb)) - (p () + (section (:h4) (span (:content " | ")) (span (:bind title)) (span (:content " | ")) |