Skip to content

Commit

Permalink
Merge pull request #641 from opentok/develop
Browse files Browse the repository at this point in the history
merge to master
  • Loading branch information
jeffswartz authored Sep 10, 2020
2 parents 5a46e72 + 46f96e9 commit 60f407e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/less/room.less
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,7 @@ body {
display: table;
table-layout: fixed;
bottom: -86px;
right: 0;
left: 0;
left: calc(50% - 290px);
height: 86px;
width: 520px;
margin: auto;
Expand All @@ -421,6 +420,8 @@ body {

@media @smartphonesPortrait {
width: (100% + 2px);
right: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.8);
background-image: none;
padding: 0;
Expand Down

0 comments on commit 60f407e

Please sign in to comment.