diff --git a/css/videolayout_default.css b/css/videolayout_default.css index 0f09d60ad..9a7172b8f 100644 --- a/css/videolayout_default.css +++ b/css/videolayout_default.css @@ -3,9 +3,7 @@ position: absolute; top: 0px; left: 0px; - right: 0 !important; overflow-x: hidden; - width: 100% !important; } #remoteVideos { diff --git a/modules/UI/util/UIUtil.js b/modules/UI/util/UIUtil.js index ab284805f..69b78bc7d 100644 --- a/modules/UI/util/UIUtil.js +++ b/modules/UI/util/UIUtil.js @@ -13,9 +13,6 @@ var availableWidth = window.innerWidth; var panelWidth = 200; - if (availableWidth * 0.2 < 200) { - panelWidth = availableWidth * 0.2; - } return [panelWidth, availableHeight]; },