Merge pull request #4279 from hellomouse/fix-user-list

Fix userlist's wrong position on mobile devices
This commit is contained in:
Max Leiter 2021-07-03 17:04:09 -07:00 committed by GitHub
commit 98e8640932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {