mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Add alphabetical artist overview (#26)
This commit is contained in:
parent
6a4bf53308
commit
10f2e32ecd
5 changed files with 76 additions and 11 deletions
|
|
@ -192,6 +192,24 @@
|
|||
.missing-cover
|
||||
display: inline-block
|
||||
|
||||
.artist.overview
|
||||
.alphabetical-list
|
||||
column-count: 2
|
||||
column-gap: 1.2rem
|
||||
|
||||
ol
|
||||
list-style: none
|
||||
|
||||
+tablet
|
||||
column-count: 3
|
||||
+widescreen
|
||||
column-count: 4
|
||||
|
||||
.group
|
||||
margin-bottom: 1.5rem
|
||||
.subtitle.is-4
|
||||
margin-bottom: 1rem
|
||||
|
||||
.album.detail
|
||||
.collection-info
|
||||
list-style: none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue