mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Improve player on mobile devices
This commit is contained in:
parent
29ea86479c
commit
161f85c2fc
3 changed files with 21 additions and 10 deletions
|
|
@ -59,7 +59,8 @@
|
|||
[:div.level-left>article.media
|
||||
[:div.media-left [cover current-song 48]]
|
||||
[:div.media-content [current-song-info current-song playback-status]]]
|
||||
[:div.level-right [song-controls is-playing?]]
|
||||
[:div.level-right [playback-mode-controls playlist]]]
|
||||
[:div.level-right
|
||||
[:div.buttons-start [song-controls is-playing?]]
|
||||
[:div.buttons-end [playback-mode-controls playlist]]]]
|
||||
;; not playing anything
|
||||
[:p.has-text-light.navbar-item.idle-notification "Select a song to start playing"])]]))
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
[:a.navbar-item {:href (url-for ::routes/library {:criteria "newest"})} "Newest additions"]
|
||||
[:a.navbar-item {:href (url-for ::routes/library {:criteria "starred"})} "Starred"]]]
|
||||
[:a.navbar-item {} "Podcasts"]
|
||||
[:a.navbar-item {} "Playlists"]
|
||||
[:a.navbar-item {} "Shares"]
|
||||
[:div.navbar-item.has-dropdown.is-hoverable
|
||||
[:div.navbar-link "More"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue