Browse Source

Put remote indicator to bottom.

pull/12/head
Simon Eisenmann 11 years ago
parent
commit
ab524e5223
  1. 6
      src/styles/components/_webrtc.scss

6
src/styles/components/_webrtc.scss

@ -112,7 +112,7 @@ height: 100%;
position: absolute; position: absolute;
z-index: 5; z-index: 5;
right: 5px; right: 5px;
top: 2px; bottom: 2px;
color: #9dd53a; color: #9dd53a;
opacity: 0; opacity: 0;
-webkit-transition: opacity .2s ease-in-out; -webkit-transition: opacity .2s ease-in-out;
@ -126,8 +126,8 @@ text-shadow: 0px 0px 6px black;
opacity: 0.8; opacity: 0.8;
} }
#remoteVideos .indicator { #remoteVideos .indicator {
left: 5%; left: 10px;
top: 5%; bottom: 5%;
right: auto; right: auto;
font-size:2em; font-size:2em;
} }

Loading…
Cancel
Save