Fix: Main media buttons were overlapping the plot info in episode pages #169
This commit is contained in:
parent
1e0eaae2a0
commit
556acc22c5
1 changed files with 2 additions and 1 deletions
|
|
@ -1094,7 +1094,8 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .detailRibbon {
|
.layout-desktop .detailRibbon {
|
||||||
height: 30vh;
|
height: 100%;
|
||||||
|
min-height: 30vh;
|
||||||
margin-top: unset;
|
margin-top: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue