Merge pull request #579 from jitsi/fix-black-stripe-on-load
Fix large black stripe on load.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#chatspace {
|
||||
display: none;
|
||||
background-color: black;
|
||||
border-left: 1px solid #424242;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#contactlist {
|
||||
display: none;
|
||||
background-color: black;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#settingsmenu {
|
||||
display: none;
|
||||
background: black;
|
||||
color: #00ccff;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user