mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user