Browse Source

layout fix for calls with 3 people

pull/29/head
Jan-Christoph Borchardt 9 years ago
parent
commit
348ba2c87f
  1. 7
      css/style.css

7
css/style.css

@ -35,6 +35,11 @@ video {
filter: contrast(1.1) saturate(1.1) sepia(.1);
}
.videoContainer {
display: inline-block;
width: 50%;
}
.videoView {
position: absolute;
width: 33%;
@ -76,7 +81,7 @@ video {
color: #fff;
width: 100%;
text-align: center;
font-size: 16px;
font-size: 20px;
}
.nameIndicator button {

Loading…
Cancel
Save