mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
ShowDetails: Fixing firefox view when no backdrop exists
This commit is contained in:
parent
326c9aa9d3
commit
c82739cad8
@ -13,6 +13,12 @@ a
|
|||||||
margin-top: -68px;
|
margin-top: -68px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
min-height: 20vh;
|
||||||
|
|
||||||
|
@include media-breakpoint-up(md)
|
||||||
|
{
|
||||||
|
min-height: 60vh;
|
||||||
|
}
|
||||||
|
|
||||||
> img
|
> img
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user