This commit is contained in:
harukin 2018-11-20 23:29:30 +09:00
parent 7f1dc768e2
commit cae03de425

View File

@ -23,7 +23,7 @@ $(document).ready(function () {
parent: 'main',
spacer: '.aside_spacer'
});
$('#left_aside_wrapper,#right_aside_wrapper').css('width', '274px');
$('#right_aside_wrapper').css('width', '274px');
}
$('#expand-aside').on('click', toggleAside);