Fix large black stripe on load.
This commit is contained in:
parent
144dd85e98
commit
56690037d0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue