1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

Add track numbers and album info to album view

This commit is contained in:
Arne Schlüter 2018-08-29 17:18:47 +02:00
commit c42b7783fe
3 changed files with 49 additions and 3 deletions

View file

@ -131,3 +131,31 @@
.preview-card .card-content
padding: 0.375rem 0.75rem 0.75rem
.album-view
.collection-info
list-style: none
li
display: inline-block
margin-left: 0.75rem
&:first-child
margin-left: 0
.hero + .section
padding-top: 0
padding-bottom: 0
.song-list
counter-reset: track
tbody
tr
counter-increment: track
td:first-child > div::before
color: $grey-light
content: counter(track)
display: inline
padding-right: 0.375rem