mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Fix small spacing issue with generated covers
This commit is contained in:
parent
a0e24f5979
commit
e926fb41d3
1 changed files with 9 additions and 6 deletions
|
|
@ -17,13 +17,16 @@
|
|||
.progress.is-tiny
|
||||
height: 0.25rem
|
||||
|
||||
// cover images
|
||||
.image.is-256x256
|
||||
// for cover images
|
||||
width: 256px
|
||||
height: 256px
|
||||
|
||||
.album-preview .image.is-256x256
|
||||
.missing-cover
|
||||
display: block
|
||||
|
||||
// make sure the grid doesn't overflow
|
||||
.album-preview &
|
||||
width: auto
|
||||
height: auto
|
||||
max-width: 256px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue