mirror of
https://github.com/Readarr/Readarr
synced 2026-01-23 16:01:31 +01:00
AddAuthorModalImgFix
This commit is contained in:
parent
582ec9f7ce
commit
066a854c24
1 changed files with 12 additions and 2 deletions
|
|
@ -8,9 +8,19 @@
|
|||
}
|
||||
|
||||
.poster {
|
||||
flex: 0 0 170px;
|
||||
max-width: 370px;
|
||||
max-height: 250px;
|
||||
margin-right: 20px;
|
||||
height: 250px;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.poster img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.info {
|
||||
|
|
|
|||
Loading…
Reference in a new issue