This commit is contained in:
harukin 2018-11-20 23:31:55 +09:00
parent cae03de425
commit a4c45323e1

View File

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