mirror of https://github.com/xwiki-labs/cryptpad
Fix user list hidden with small height
This commit is contained in:
parent
d0c7d4cfb8
commit
41d37d4c91
|
@ -413,7 +413,7 @@ MessengerUI, Messages) {
|
|||
});
|
||||
show();
|
||||
Common.getAttribute(['toolbar', 'userlist-drawer'], function (err, val) {
|
||||
if (val === false || Util.isSmallScreen()) {
|
||||
if (val === false || window.innerWidth < 800) {
|
||||
return void hide();
|
||||
}
|
||||
show();
|
||||
|
|
Loading…
Reference in New Issue