Browse Source

Video smally mode now has a background color.

pull/71/head
Simon Eisenmann 12 years ago
parent
commit
172e118d44
  1. 4
      src/styles/components/_audiovideo.scss
  2. 2
      static/css/main.min.css

4
src/styles/components/_audiovideo.scss

@ -45,7 +45,7 @@
} }
} }
.mainScreenshare #audiovideo { .mainScreenshare #audiovideo, .mainPresentation #audiovideo {
@include breakpt($breakpoint-video-medium, max-width, only screen) { @include breakpt($breakpoint-video-medium, max-width, only screen) {
display: none; display: none;
} }
@ -284,6 +284,8 @@
.renderer-smally { .renderer-smally {
width: 150px; width: 150px;
background: $componentbg;
border-right: 1px solid $bordercolor;
.remoteVideos { .remoteVideos {
padding-bottom: 85px; padding-bottom: 85px;
} }

2
static/css/main.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save