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