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
|
.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
|
||||||
|
.album-preview &
|
||||||
width: auto
|
width: auto
|
||||||
height: auto
|
height: auto
|
||||||
max-width: 256px
|
max-width: 256px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue