Merge pull request #1107 from thelounge/xpaw/fix-sidebar

Fix chat layout on small devices when users list is hidden
This commit is contained in:
Jérémie Astori 2017-04-28 21:09:20 +02:00 committed by GitHub
commit 45b23f73cf
1 changed files with 4 additions and 0 deletions

View File

@ -1856,6 +1856,10 @@ kbd {
display: block;
}
#chat .channel .chat {
right: 0;
}
#chat .sidebar {
right: -180px;
}