Fix screen-sharing and uncomment
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
bd25b7f3b7
commit
90b4e44bbe
1 changed files with 6 additions and 4 deletions
|
@ -80,7 +80,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.videoTile:not(.isLocal):not(:hover) .toolbar {
|
.videoTile:not(.isLocal):not(:hover) .toolbar {
|
||||||
//display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.videoTile:not(.isLocal):hover .presenterLabel {
|
||||||
|
top: calc(42px + 20px); /* toolbar + margin */
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
@ -129,9 +133,7 @@
|
||||||
|
|
||||||
.presenterLabel {
|
.presenterLabel {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(
|
top: 20px;
|
||||||
16px + 20px + 16px + 20px
|
|
||||||
); /* top padding + button size + buttom padding + top padding */
|
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
background-color: #17191c;
|
background-color: #17191c;
|
||||||
|
|
Loading…
Add table
Reference in a new issue