mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Improve idle message
This commit is contained in:
parent
161f85c2fc
commit
3e842fdd5f
2 changed files with 4 additions and 1 deletions
|
|
@ -63,4 +63,4 @@
|
||||||
[:div.buttons-start [song-controls is-playing?]]
|
[:div.buttons-start [song-controls is-playing?]]
|
||||||
[:div.buttons-end [playback-mode-controls playlist]]]]
|
[:div.buttons-end [playback-mode-controls playlist]]]]
|
||||||
;; not playing anything
|
;; not playing anything
|
||||||
[:p.has-text-light.navbar-item.idle-notification "Select a song to start playing"])]]))
|
[:p.navbar-item.idle-notification "No audio playing"])]]))
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,9 @@
|
||||||
background: $dark
|
background: $dark
|
||||||
align-items: center
|
align-items: center
|
||||||
|
|
||||||
|
.idle-notification
|
||||||
|
color: $light
|
||||||
|
|
||||||
.audio-interaction
|
.audio-interaction
|
||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue