diff options
author | shoshin <shoshin@cicadas.surf> | 2022-12-11 21:24:03 -0600 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-12-11 21:24:03 -0600 |
commit | 9fe45e4f7b54279f114e133e12a33f596dc7ef26 (patch) | |
tree | 2ceac1f9555efaaf9d123196620fc4c11eac5b3d /playlist.lisp | |
parent | 8ea45fdb238952fa92d57979d71db61de105f59e (diff) |
Add: more refinements to responsive styles
Diffstat (limited to 'playlist.lisp')
-rw-r--r-- | playlist.lisp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/playlist.lisp b/playlist.lisp index 7c5a9b6..f676936 100644 --- a/playlist.lisp +++ b/playlist.lisp @@ -419,7 +419,7 @@ (add-playlist-viewer ctl) (include-style body) (with-clog-create body - (div () + (div (:class "container") (navigation-header ()) (div (:class "player") (now-playing-display (ctl)) @@ -474,5 +474,3 @@ (display input) "inline") (focus input)))) (initialize-now-playing body))))) - - |