This commit is contained in:
harukin 2018-11-20 22:33:30 +09:00
parent 2731678878
commit 342ed91768

View File

@ -24,9 +24,9 @@ $(document).ready(function () {
spacer: '.aside_spacer'
});
}*/
$('#right_aside_wrapper').css('position', 'fixed');
$('#right_aside_wrapper').css('top', '63px');
$('#right_aside_wrapper').css('width', '274px');
$('#left_aside_wrapper,#right_aside_wrapper').css('position', 'fixed');
$('#left_aside_wrapper,#right_aside_wrapper').css('top', '63px');
$('#left_aside_wrapper,#right_aside_wrapper').css('width', '274px');
$('#expand-aside').on('click', toggleAside);
$('section').on('click', function () {