Fix large black stripe on load.

This commit is contained in:
yanas 2016-04-01 11:30:05 -05:00
parent 144dd85e98
commit 56690037d0
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;