1
0
Fork 0
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:
Arne Schlüter 2018-06-02 14:19:58 +02:00
commit e926fb41d3

View file

@ -17,14 +17,17 @@
.progress.is-tiny .progress.is-tiny
height: 0.25rem height: 0.25rem
// cover images
.image.is-256x256 .image.is-256x256
// for cover images
width: 256px width: 256px
height: 256px height: 256px
.album-preview .image.is-256x256 .missing-cover
display: block
// make sure the grid doesn't overflow // make sure the grid doesn't overflow
width: auto .album-preview &
height: auto width: auto
max-width: 256px height: auto
max-height: 256px max-width: 256px
max-height: 256px