mirror of
https://github.com/Readarr/Readarr
synced 2026-04-29 00:01:17 +02:00
Lint fixes
This commit is contained in:
parent
066a854c24
commit
8b51e857c6
1 changed files with 4 additions and 4 deletions
|
|
@ -8,13 +8,13 @@
|
|||
}
|
||||
|
||||
.poster {
|
||||
max-width: 370px;
|
||||
max-height: 250px;
|
||||
margin-right: 20px;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
margin-right: 20px;
|
||||
max-width: 370px;
|
||||
max-height: 250px;
|
||||
}
|
||||
|
||||
.poster img {
|
||||
|
|
|
|||
Loading…
Reference in a new issue