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 { #chatspace {
display: none;
background-color: black; background-color: black;
border-left: 1px solid #424242; border-left: 1px solid #424242;
} }

View File

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

View File

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