mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Immediately render reordered tracks, reimplement actions in album view
This commit is contained in:
parent
bb700b4b66
commit
21b00dbd6b
5 changed files with 86 additions and 46 deletions
|
|
@ -298,17 +298,6 @@
|
|||
margin-right: 1rem
|
||||
margin-bottom: 0
|
||||
|
||||
.collection-info
|
||||
list-style: none
|
||||
|
||||
li
|
||||
display: inline-block
|
||||
margin-left: 0.75rem
|
||||
|
||||
&:first-child
|
||||
margin-left: 0
|
||||
|
||||
|
||||
.song-list
|
||||
counter-reset: track
|
||||
|
||||
|
|
@ -323,6 +312,16 @@
|
|||
display: inline
|
||||
padding-right: 0.375rem
|
||||
|
||||
.collection-info
|
||||
list-style: none
|
||||
|
||||
li
|
||||
display: inline-block
|
||||
margin-left: 0.75rem
|
||||
|
||||
&:first-child
|
||||
margin-left: 0
|
||||
|
||||
.song-listing-table
|
||||
tr.is-playing
|
||||
background-color: $table-row-active-background-color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue