Browse Source

Rearrange screenshare.

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

46
src/styles/components/_screenshare.scss

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