mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Update MediaCover Module to Work with Artist and Album Images
This commit is contained in:
parent
f1aec8f15c
commit
07b37c1575
7 changed files with 213 additions and 85 deletions
|
@ -32,11 +32,18 @@
|
|||
color: $white;
|
||||
}
|
||||
|
||||
.logo {
|
||||
flex-shrink: 0;
|
||||
margin-right: 35px;
|
||||
width: 250px;
|
||||
height: 97px;
|
||||
}
|
||||
|
||||
.poster {
|
||||
flex-shrink: 0;
|
||||
margin-right: 35px;
|
||||
width: 250px;
|
||||
height: 368px;
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
.info {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue