1
0
Fork 0
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:
hotio 2017-02-25 16:58:50 +01:00 committed by Devin Buhl
parent 76963d8109
commit dbd1080f5c

View file

@ -170,7 +170,7 @@
}
@media (max-width: @screen-xs-max) {
height : 283px;
height : 302px;
margin : 5px;
padding : 6px 5px;