Show toolbar only on toolbar hover

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-08-08 14:22:49 +02:00
parent 96123ccf63
commit 531db48c25
No known key found for this signature in database
GPG Key ID: 4F68B9EC0536B5CC

View File

@ -84,12 +84,11 @@
z-index: 1;
}
.videoTile:not(:hover) .toolbar {
display: none;
.toolbar:not(:hover) {
opacity: 0;
}
.videoTile.screenshare:hover .presenterLabel,
.videoTile:not(.isLocal):hover .presenterLabel {
.toolbar:hover + .presenterLabel {
top: calc(42px + 20px); /* toolbar + margin */
}