Performance: reduce amount of top shadow offscreen rendering

This commit is contained in:
Rafostar
2021-02-21 13:08:20 +01:00
committed by Rafał Dzięgiel
parent 46103e169f
commit edde84f0fc
2 changed files with 11 additions and 4 deletions

View File

@@ -102,12 +102,17 @@ radio {
font-size: 23px;
text-shadow: none;
}
.revealertop {
.revealertopbox {
background: transparent;
}
.tvmode .revealertop {
min-height: 88px;
box-shadow: inset 0px 200px 10px -132px rgba(0,0,0,0.4);
box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.4);
}
.tvmode .revealertopbox {
margin-bottom: -8px;
background: rgba(0,0,0,0.4);
}
.tvmode .revealertopgrid {
font-family: 'Cantarell', sans-serif;
font-size: 28px;
font-weight: 500;