Browse Source

Rearrange screenshare.

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

60
src/styles/components/_screenshare.scss

@ -19,39 +19,45 @@
* *
*/ */
.mainScreenshare #screenshare {
display: block;
}
.screenshare { .screenshare {
position:absolute; bottom: 0;
left:0px; left: 0;
right:0px; position: absolute;
top:0px; right: 0;
bottom:0px; top: 0;
} }
.screensharepane {
position:absolute; .mainScreenshare #screenshare {
left:0px; display: block;
right:0px;
bottom:0px;
top:0px;
overflow:auto;
background:black;
} }
.screensharepane .remotescreen {
position:relative; .screensharepane {
background: black;
bottom: 0;
left: 0;
overflow: auto;
position: absolute;
right: 0;
top: 0;
} }
.screensharepane video {
width: 100%; .screensharepane {
max-height: 99%; .remotescreen {
position: relative;
}
video {
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