Browse Source

Avoid broken video layout if local camera captures wrong aspect ratio.

pull/183/head
Simon Eisenmann 11 years ago
parent
commit
dafb0ccd83
  1. 2
      src/styles/components/_audiovideo.scss
  2. 2
      static/css/main.min.css

2
src/styles/components/_audiovideo.scss

@ -104,6 +104,7 @@ @@ -104,6 +104,7 @@
top: 0;
transform: scale(-1, 1);
z-index: 2;
overflow: hidden;
}
video {
@ -135,6 +136,7 @@ @@ -135,6 +136,7 @@
transition-duration: .5s;
transition-property: opacity;
z-index: 25;
overflow: hidden;
&.visible {
opacity: 1;

2
static/css/main.min.css vendored

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