mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed series poster size in FF
This commit is contained in:
parent
c04dc9d5e9
commit
7961e83338
2 changed files with 6 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
||||||
.card;
|
.card;
|
||||||
.clickable;
|
.clickable;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
height: 300px;
|
height: 295px;
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -122,6 +122,10 @@
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.series-poster {
|
||||||
|
width: 168px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue