Browse Source

Rearrange screenshare.

pull/29/head^2
Evan Theurer 12 years ago
parent
commit
6bb7ff6790
  1. 52
      src/styles/components/_screenshare.scss

52
src/styles/components/_screenshare.scss

@ -19,39 +19,45 @@
* *
*/ */
.screenshare {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.mainScreenshare #screenshare { .mainScreenshare #screenshare {
display: block; display: block;
} }
.screenshare {
position:absolute;
left:0px;
right:0px;
top:0px;
bottom:0px;
}
.screensharepane { .screensharepane {
position:absolute; background: black;
left:0px; bottom: 0;
right:0px; left: 0;
bottom:0px; overflow: auto;
top:0px; position: absolute;
overflow:auto; right: 0;
background:black; top: 0;
}
.screensharepane .remotescreen {
position:relative;
} }
.screensharepane video {
width: 100%; .screensharepane {
.remotescreen {
position: relative;
}
video {
max-height: 99%; max-height: 99%;
width: 100%;
}
} }
.remotesize .screensharepane video { .remotesize .screensharepane video {
width: auto;
max-height: none; max-height: none;
width: auto;
} }
.screenshare .overlaybar { .screenshare .overlaybar {
bottom: 0px; bottom: 0;
left: 0px; left: 0;
right: 0px; right: 0;
} }
Loading…
Cancel
Save