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

4
static/css/main.min.css vendored

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