Browse Source

Fixed Chrome 38+ CSS rendering change (see https://code.google.com/p/chromium/issues/detail?id=414269).

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

1
src/styles/components/_audiovideo.scss

@ -116,6 +116,7 @@ @@ -116,6 +116,7 @@
.miniContainer {
bottom: 2px;
max-height: 18%;
height: 100%;
opacity: 0;
position: absolute;
right: 2px;

2
static/css/main.min.css vendored

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