Cover whole video screen with top revealer

Previously top revealer was set to fixed size, which caused a noticable video tearing along the revealer edge during its animation. This commit removes fixed revealer size, which in turn casues the revealer to cover whole video screen (default behavior), thus eliminates the tearing. Since overlay now becomes the top widget, all player notify signals were reconnected to it.
This commit is contained in:
Rafostar
2020-09-16 11:54:01 +02:00
parent 73e7f1e2a0
commit 1918b30bea
3 changed files with 31 additions and 23 deletions

View File

@@ -25,9 +25,8 @@ scale marks {
background: black;
}
.reavealertop {
min-height: 100px;
box-shadow: inset 0px 200px 10px -124px rgba(0,0,0,0.4);
font-size: 32px;
font-size: 30px;
font-weight: 500;
background: transparent;
}