mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07: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) {
|
@media (max-width: @screen-xs-max) {
|
||||||
height : 283px;
|
height : 302px;
|
||||||
margin : 5px;
|
margin : 5px;
|
||||||
padding : 6px 5px;
|
padding : 6px 5px;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue