Browse Source

Fixed overlap of actions with video layout control.

pull/69/head
Simon Eisenmann 11 years ago
parent
commit
7b7a389730
  1. 4
      src/styles/components/_audiovideo.scss
  2. 2
      static/css/main.min.css

4
src/styles/components/_audiovideo.scss

@ -195,11 +195,11 @@ @@ -195,11 +195,11 @@
}
.peerActions {
bottom: 5%;
left: 0;
left: 40px;
opacity: 0;
pointer-events: auto;
position: absolute;
right: 0;
right: 40px;
text-align: center;
transition-property: opacity;
transition-duration: .2s;

2
static/css/main.min.css vendored

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