mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 19:20:53 +08:00
1. 修复 '返回顶部'箭头无法点击的bug
This commit is contained in:
@@ -418,12 +418,12 @@ $(function () {
|
||||
}
|
||||
|
||||
if ( $(window).width() <= 768 && $('#post_bottom').hasClass('toc_mobile_show') ){
|
||||
$('#rightside,#go-up').css('bottom', '80px')
|
||||
$('#rightside,#go-up').css('bottom', '70px')
|
||||
$('#rightside').css('bottom', '110px')
|
||||
$('#go-up').css('bottom', '70px')
|
||||
|
||||
} else {
|
||||
$('#rightside,#go-up').css('bottom', '30px')
|
||||
$('#rightside,#go-up').css('bottom', '20px')
|
||||
$('#rightside').css('bottom', '60px')
|
||||
$('#go-up').css('bottom', '20px')
|
||||
}
|
||||
|
||||
}, 50, 100))
|
||||
|
||||
Reference in New Issue
Block a user