mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Implement responsive generated covers with SVG
This commit is contained in:
parent
ee59424fc2
commit
3de5560907
2 changed files with 18 additions and 27 deletions
|
|
@ -164,15 +164,15 @@
|
|||
|
||||
&.is-48x48 .missing-cover
|
||||
width: 48px
|
||||
height: 48px
|
||||
height: auto
|
||||
|
||||
&.is-128x128 .missing-cover
|
||||
width: 128px
|
||||
height: 128px
|
||||
height: auto
|
||||
|
||||
&.is-256x256 .missing-cover
|
||||
width: 256px
|
||||
height: 256px
|
||||
height: auto
|
||||
|
||||
// occurs in album detail view
|
||||
.table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue