more mobile ui tweaks

This commit is contained in:
Trevor Squillario 2014-12-07 18:43:31 -05:00
parent fa7b4e076a
commit fa551f270d
4 changed files with 45 additions and 17 deletions

View file

@ -109,7 +109,7 @@
}
};
$rootScope.showQueue = function () {
$('#SideBar').css('display', '');
$('#SideBar').css('display', 'block');
$('#right-component').removeClass('lgcolumn_expanded');
};
$rootScope.hideQueue = function () {