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
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
width: auto
height: auto
max-width: 256px
max-height: 256px
.album-preview &
width: auto
height: auto
max-width: 256px
max-height: 256px