mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 16:27:22 +00:00
Fix userlist's wrong position on mobile devices
This commit is contained in:
parent
5e0a12b124
commit
998f8d2beb
1 changed files with 1 additions and 0 deletions
|
@ -2635,6 +2635,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||
right: 0;
|
||||
transform: translateX(180px);
|
||||
transition: transform 0.2s;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#viewport.userlist-open #chat .userlist {
|
||||
|
|
Loading…
Reference in a new issue