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

Loading…
Cancel
Save