mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 23:23:21 +00:00
Fix poster placeholder height on small screens (#883)
This commit is contained in:
parent
76963d8109
commit
dbd1080f5c
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
}
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
height : 283px;
|
||||
height : 302px;
|
||||
margin : 5px;
|
||||
padding : 6px 5px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue