From af01c7db28539dffa374262a9b5a7cefee903d35 Mon Sep 17 00:00:00 2001 From: Jeff Swartz Date: Mon, 16 Mar 2020 12:36:58 -0700 Subject: [PATCH] Fix position of call-controls element --- web/less/room.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/less/room.less b/web/less/room.less index 2a07bd1d7..c9a3e556d 100644 --- a/web/less/room.less +++ b/web/less/room.less @@ -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; @@ -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;