mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Fix canvas covers on search result page
This commit is contained in:
parent
5c59b64c71
commit
d6295786b2
1 changed files with 7 additions and 2 deletions
|
|
@ -78,6 +78,7 @@
|
||||||
|
|
||||||
.missing-cover
|
.missing-cover
|
||||||
display: block
|
display: block
|
||||||
|
display: inline-block
|
||||||
|
|
||||||
// preview card for album or artist listings
|
// preview card for album or artist listings
|
||||||
.preview-card
|
.preview-card
|
||||||
|
|
@ -142,8 +143,12 @@
|
||||||
.content .section
|
.content .section
|
||||||
padding: 1.5rem 0
|
padding: 1.5rem 0
|
||||||
|
|
||||||
.preview-card .card-content
|
.preview-card
|
||||||
padding: 0.375rem 0.75rem 0.75rem
|
.card-content
|
||||||
|
padding: 0.375rem 0.75rem 0.75rem
|
||||||
|
|
||||||
|
.missing-cover
|
||||||
|
display: inline-block
|
||||||
|
|
||||||
.album.detail
|
.album.detail
|
||||||
.collection-info
|
.collection-info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue