mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Make hero section on album page smaller
This commit is contained in:
parent
2509a66961
commit
925c35bf5a
2 changed files with 22 additions and 23 deletions
|
|
@ -47,7 +47,7 @@
|
||||||
"Lists all songs in an album"
|
"Lists all songs in an album"
|
||||||
[{:keys [album]}]
|
[{:keys [album]}]
|
||||||
[:div
|
[:div
|
||||||
[:section.hero>div.hero-body
|
[:section.hero.is-small>div.hero-body
|
||||||
[:div.container
|
[:div.container
|
||||||
[:article.media
|
[:article.media
|
||||||
[:div.media-left [cover album 128]]
|
[:div.media-left [cover album 128]]
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,9 @@
|
||||||
.media-content
|
.media-content
|
||||||
align-self: center
|
align-self: center
|
||||||
|
|
||||||
|
&.is-small + .section
|
||||||
|
padding-top: 0
|
||||||
|
|
||||||
// floating notifications
|
// floating notifications
|
||||||
.notifications:not(:empty)
|
.notifications:not(:empty)
|
||||||
@extend .container
|
@extend .container
|
||||||
|
|
@ -142,8 +145,7 @@
|
||||||
.preview-card .card-content
|
.preview-card .card-content
|
||||||
padding: 0.375rem 0.75rem 0.75rem
|
padding: 0.375rem 0.75rem 0.75rem
|
||||||
|
|
||||||
.album
|
.album.detail
|
||||||
&.detail
|
|
||||||
.collection-info
|
.collection-info
|
||||||
list-style: none
|
list-style: none
|
||||||
|
|
||||||
|
|
@ -154,9 +156,6 @@
|
||||||
&:first-child
|
&:first-child
|
||||||
margin-left: 0
|
margin-left: 0
|
||||||
|
|
||||||
.hero + .section
|
|
||||||
padding-top: 0
|
|
||||||
padding-bottom: 0
|
|
||||||
|
|
||||||
.song-list
|
.song-list
|
||||||
counter-reset: track
|
counter-reset: track
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue