Skip to content

Commit

Permalink
Merge pull request #51 from seballot/patch-1
Browse files Browse the repository at this point in the history
Closes #49 align videos to top
  • Loading branch information
JohnMcLear authored May 16, 2020
2 parents 9c38e90 + 07b175a commit 7b2c075
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions static/css/webrtc.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
#rtcbox {
display: none;
flex-direction: column;
justify-content: center;
justify-content: start;
padding: 0;
order: -1; /* on left side */
box-sizing: border-box;
background-color: transparent;
height: auto;
overflow: auto;
}
@media (min-width: 1000px) {
padding: 20px 0;
}

#rtcbox .error-msg {
padding: 10px;
Expand Down Expand Up @@ -114,4 +117,4 @@
margin-top: 0;
margin-left: 5px;
}
}
}

0 comments on commit 7b2c075

Please sign in to comment.