This commit is contained in:
yflory
2018-09-10 17:04:23 +02:00
parent 56c30fc02e
commit 3acf202830
2 changed files with 24 additions and 12 deletions

View File

@@ -118,12 +118,12 @@ define([
// Make sure the width is correct even if there is a scrollbar
var w = $userlist[0].offsetWidth - $userlist[0].clientWidth;
$userlist.css('width', (70 + w)+'px');
$userlist.css('width', (68 + w)+'px');
};
$(window).on('resize', function () {
var w = $userlist[0].offsetWidth - $userlist[0].clientWidth;
$userlist.css('width', (70 + w)+'px');
$userlist.css('width', (68 + w)+'px');
});
var m = function (md) {