Fix userlist's wrong position on mobile devices

This commit is contained in:
JeDaYoshi 2021-07-03 23:50:51 +00:00
parent 5e0a12b124
commit 998f8d2beb
No known key found for this signature in database
GPG key ID: 8060B288C274219D

View file

@ -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 {