1
0
Fork 0
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:
heyarne 2019-03-10 10:21:05 +01:00
commit 21b00dbd6b
5 changed files with 86 additions and 46 deletions

View file

@ -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