Browse Source

Changed color of smally view to black.

pull/119/head
Simon Eisenmann 11 years ago
parent
commit
6a24c06d0d
  1. 5
      src/styles/components/_audiovideo.scss

5
src/styles/components/_audiovideo.scss

@ -286,8 +286,9 @@ @@ -286,8 +286,9 @@
.renderer-smally {
width: 150px;
background: $componentbg;
border-right: 1px solid $bordercolor;
background: black;
border-right: none;
border-top: none;
.remoteVideos {
padding-bottom: 85px;
}

Loading…
Cancel
Save