more mobile ui tweaks
This commit is contained in:
parent
fa7b4e076a
commit
fa551f270d
4 changed files with 45 additions and 17 deletions
|
@ -109,7 +109,7 @@
|
|||
}
|
||||
};
|
||||
$rootScope.showQueue = function () {
|
||||
$('#SideBar').css('display', '');
|
||||
$('#SideBar').css('display', 'block');
|
||||
$('#right-component').removeClass('lgcolumn_expanded');
|
||||
};
|
||||
$rootScope.hideQueue = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue