Merge pull request #336 from janza/expand-chat-window

expand main chat window when userlist is hidden
This commit is contained in:
Mattias Erming 2015-01-11 23:41:38 +01:00
commit 928cf38dfe
1 changed files with 3 additions and 0 deletions

View File

@ -464,6 +464,9 @@ button {
position: absolute;
right: 180px;
}
#viewport.rt .chat {
right: 0;
}
#chat .sidebar {
background: #fff;
border-left: 1px solid #e7e7e7;