mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Make albums more comfortably browsable on mobile
This commit is contained in:
parent
7c47d59f18
commit
ee59424fc2
2 changed files with 15 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
[:div
|
[:div
|
||||||
[:section.hero.is-small>div.hero-body
|
[:section.hero.is-small>div.hero-body
|
||||||
[:div.container
|
[:div.container
|
||||||
[:article.media
|
[:article.collection-header.media
|
||||||
[:div.media-left [cover album 128]]
|
[:div.media-left [cover album 128]]
|
||||||
[:div.media-content
|
[:div.media-content
|
||||||
[:h2.title (:name album)]
|
[:h2.title (:name album)]
|
||||||
|
|
|
||||||
|
|
@ -261,6 +261,20 @@
|
||||||
margin-bottom: 1rem
|
margin-bottom: 1rem
|
||||||
|
|
||||||
.album.detail
|
.album.detail
|
||||||
|
.collection-header
|
||||||
|
display: block
|
||||||
|
|
||||||
|
.media-left
|
||||||
|
margin-right: 0
|
||||||
|
margin-bottom: 1rem
|
||||||
|
|
||||||
|
+tablet
|
||||||
|
display: flex
|
||||||
|
|
||||||
|
.media-left
|
||||||
|
margin-right: 1rem
|
||||||
|
margin-bottom: 0
|
||||||
|
|
||||||
.collection-info
|
.collection-info
|
||||||
list-style: none
|
list-style: none
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue