Fix presenter label

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2022-08-07 19:21:11 +02:00
parent 305c2cb806
commit 96123ccf63

View File

@@ -88,7 +88,7 @@
display: none; display: none;
} }
.videoTile:not(.fullscreen):hover .presenterLabel, .videoTile.screenshare:hover .presenterLabel,
.videoTile:not(.isLocal):hover .presenterLabel { .videoTile:not(.isLocal):hover .presenterLabel {
top: calc(42px + 20px); /* toolbar + margin */ top: calc(42px + 20px); /* toolbar + margin */
} }