Browse Source

Fixed scss issues found by Hound.

pull/206/head
Simon Eisenmann 10 years ago
parent
commit
5707d1dd18
  1. 14
      src/styles/components/_audiovideo.scss
  2. 4
      static/css/main.min.css

14
src/styles/components/_audiovideo.scss

@ -115,6 +115,7 @@
} }
.onlyaudio { .onlyaudio {
bottom: 0;
color: $video-onlyaudio; color: $video-onlyaudio;
display: none; display: none;
font-size: 1em; font-size: 1em;
@ -124,13 +125,12 @@
right: 0; right: 0;
text-align: center; text-align: center;
top: 0; top: 0;
bottom: 0;
&:before { &:before {
content: ""; content: '';
display: inline-block; display: inline-block;
vertical-align: middle;
height: 100%; height: 100%;
vertical-align: middle;
} }
> * { > * {
@ -173,6 +173,7 @@
&.cameraMute .miniContainer, &.cameraMute .miniContainer,
&.cameraMute .localVideos { &.cameraMute .localVideos {
background: $video-onlyaudio-background; background: $video-onlyaudio-background;
.onlyaudio { .onlyaudio {
display: block; display: block;
} }
@ -194,10 +195,10 @@
background: $video-background; background: $video-background;
display: block; display: block;
max-height: 100%; max-height: 100%;
width: 100%;
opacity: 0; opacity: 0;
transition-duration: 2s; transition-duration: 2s;
transition-property: opacity; transition-property: opacity;
width: 100%;
} }
.localVideos { .localVideos {
@ -396,7 +397,7 @@
.renderer-onepeople { .renderer-onepeople {
.miniContainer .onlyaudio { .miniContainer .onlyaudio {
font-size: 0.4em; font-size: .4em;
} }
} }
@ -545,7 +546,8 @@
height: 180px; height: 180px;
width: 320px; width: 320px;
.remoteVideo, .video { .remoteVideo,
.video {
height: 100%; height: 100%;
width: 100%; width: 100%;
} }

4
static/css/main.min.css vendored

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