fix style glitch

This commit is contained in:
bkfox
2020-11-08 21:48:59 +01:00
parent 783c7b2cbe
commit 5dfc5e4dee
7 changed files with 14 additions and 17 deletions

View File

@ -7410,6 +7410,7 @@ a.navbar-item.is-active {
background: linear-gradient(transparent 1em, whitesmoke); }
.player {
z-index: 10000;
box-shadow: 0em 1.5em 2.5em rgba(0, 0, 0, 0.6); }
.player .player-panels {
height: 0%;

File diff suppressed because one or more lines are too long

View File

@ -7389,6 +7389,7 @@ a.navbar-item.is-active {
background: linear-gradient(transparent 1em, whitesmoke); }
.player {
z-index: 10000;
box-shadow: 0em 1.5em 2.5em rgba(0, 0, 0, 0.6); }
.player .player-panels {
height: 0%;

File diff suppressed because one or more lines are too long