Browse Source

Made the screen sharing view show full resolution and a scroll pane.

pull/14/head
Simon Eisenmann 11 years ago
parent
commit
0bdae16232
  1. 12
      src/styles/components/_screenshare.scss
  2. 2
      static/partials/screenshare.html

12
src/styles/components/_screenshare.scss

@ -18,12 +18,16 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
* *
*/ */
.screenshare {
position:absolute;
left:0px;
right:0px;
top:0px;
bottom:0px;
overflow:auto;
}
.screenshare .remoteScreen { .screenshare .remoteScreen {
width:100%;
height:100%;
position:relative; position:relative;
} }
.screenshare video { .screenshare video {
width:100%;
max-height:100%;
} }

2
static/partials/screenshare.html

@ -1 +1 @@
<div class="screenshare"></div> <div class="screenshare nicescroll"></div>
Loading…
Cancel
Save