Merge pull request #579 from jitsi/fix-black-stripe-on-load

Fix large black stripe on load.
This commit is contained in:
damencho 2016-04-01 16:28:32 -05:00
commit 6efbf058fa
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#chatspace {
display: none;
background-color: black;
border-left: 1px solid #424242;
}

View File

@ -1,4 +1,5 @@
#contactlist {
display: none;
background-color: black;
cursor: default;
}

View File

@ -1,4 +1,5 @@
#settingsmenu {
display: none;
background: black;
color: #00ccff;
overflow-y: auto;