Merge pull request #4279 from hellomouse/fix-user-list
Fix userlist's wrong position on mobile devices
This commit is contained in:
commit
98e8640932
@ -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 New Issue
Block a user