mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 22:10:22 +00:00
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:
commit
45b23f73cf
1 changed files with 4 additions and 0 deletions
|
@ -1856,6 +1856,10 @@ kbd {
|
|||
display: block;
|
||||
}
|
||||
|
||||
#chat .channel .chat {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#chat .sidebar {
|
||||
right: -180px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue