This commit is contained in:
j 2014-05-12 14:57:47 +02:00
commit 10d2f35b7b
20 changed files with 1334 additions and 629 deletions

View file

@ -29,7 +29,7 @@ oml.ui.leftPanel = function() {
resize: function(data) {
ui.sidebarSize = data.size;
oml.resizeListFolders();
that.size(2, data.size);
that.size(2, oml.getInfoHeight());
if (!ui.showInfo) {
that.css({bottom: -data.size + 'px'});
}