diff --git a/static/js/folders.js b/static/js/folders.js index f413156..812f8bd 100644 --- a/static/js/folders.js +++ b/static/js/folders.js @@ -340,8 +340,9 @@ oml.ui.folders = function() { var items = lists.filter(function(list) { return list.user == '' && list.type != 'library' && list.name != 'Inbox'; }); + // Library + Inbox + lists oml.$ui.folder[0].$content - .css({height: 16 + items.length * 16 + 'px'}); + .css({height: 16 + 16 + items.length * 16 + 'px'}); oml.$ui.folderList[0].options({ items: Ox.clone(items, true) })