mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Show toolbar only on toolbar hover
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
96123ccf63
commit
531db48c25
@ -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 */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user