Merge pull request #336 from janza/expand-chat-window
expand main chat window when userlist is hidden
This commit is contained in:
commit
928cf38dfe
@ -464,6 +464,9 @@ button {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 180px;
|
right: 180px;
|
||||||
}
|
}
|
||||||
|
#viewport.rt .chat {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
#chat .sidebar {
|
#chat .sidebar {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-left: 1px solid #e7e7e7;
|
border-left: 1px solid #e7e7e7;
|
||||||
|
Loading…
Reference in New Issue
Block a user