mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
fixes sidebar [fixes SCI-2451]
This commit is contained in:
parent
3253cac86f
commit
e06ae9b543
1 changed files with 0 additions and 6 deletions
|
@ -4,9 +4,6 @@
|
|||
|
||||
function show() {
|
||||
$('#wrapper').removeClass('hidden2');
|
||||
$('#sidebar-wrapper').show(
|
||||
'slide', { direction: 'right', easing: 'linear' }, 400
|
||||
);
|
||||
$('#wrapper').css('paddingLeft', '280px');
|
||||
$('.navbar-secondary').css(
|
||||
{ 'margin-left': '-280px', 'padding-left': '294px' }
|
||||
|
@ -16,9 +13,6 @@
|
|||
|
||||
function hide() {
|
||||
$('#wrapper').addClass('hidden2');
|
||||
$('#sidebar-wrapper').hide(
|
||||
'slide', { direction: 'left', easing: 'linear'}, 400
|
||||
);
|
||||
$('#wrapper').css('paddingLeft', '0');
|
||||
$('.navbar-secondary').css({
|
||||
'margin-left': '0',
|
||||
|
|
Loading…
Reference in a new issue