repo: janusweb
action: commit
revision: 
path_from: 
revision_from: b7b1bc6170c706565fe0677d3b26130900cefcd1:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit b7b1bc6170c706565fe0677d3b26130900cefcd1
Author: James Baicoianu 
Date:   Fri Jun 26 09:21:26 2020 -0700

    Comm window resize

diff --git a/media/assets/webui/apps/comms/comms.css b/media/assets/webui/apps/comms/comms.css
index 0461b48c57d529db57c468f5fb02559f175ed191..
index ..178185c8c0d89656326b282dec22b39399325f79 100644
--- a/media/assets/webui/apps/comms/comms.css
+++ b/media/assets/webui/apps/comms/comms.css
@@ -6,6 +6,7 @@ janus-comms-panel {
   flex-direction: column;
   z-index: 100;
   padding-right: .5em;
+  width: 25vw;
 }
 janus-comms-panel details>summary {
   cursor: pointer;
@@ -16,7 +17,7 @@ janus-comms-chat ui-list[name="chatlist"] {
   overflow-y: scroll;
   font-family: Inconsolata, monospace;
   transform: rotate(0); /* Using an empty transform here forces the browser to composite this element, which fixes bugs which cause elements to disappear while scrolling */
-  min-width:30em;
+  width: 100%;
 }
 janus-comms-chat ui-list[name="chatlist"]>ui-item {
   padding: 0;

-----END OF PAGE-----