Fix screen-sharing and uncomment

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-08-02 16:09:53 +02:00
parent bd25b7f3b7
commit 90b4e44bbe
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2

View file

@ -80,7 +80,11 @@
}
.videoTile:not(.isLocal):not(:hover) .toolbar {
//display: none;
display: none;
}
.videoTile:not(.isLocal):hover .presenterLabel {
top: calc(42px + 20px); /* toolbar + margin */
}
.button {
@ -129,9 +133,7 @@
.presenterLabel {
position: absolute;
top: calc(
16px + 20px + 16px + 20px
); /* top padding + button size + buttom padding + top padding */
top: 20px;
left: 50%;
transform: translateX(-50%);
background-color: #17191c;