Skip to content

Commit

Permalink
博客更新;
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchu7 committed Jan 27, 2024
1 parent f35c322 commit 526edbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/_posts/2023-07-17-hexo-theme-fluid-modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function() {
posDisplay = right >= 50;
topArrow.css({
'bottom': scrollDisplay ? '20px' : '-60px',
'right' : posDisplay ? right - 64 : 4 + 'px',
'right' : posDisplay ? right - 64 : 8 + 'px',
'min-width' : posDisplay ? 40 : 28 + 'px',
'min-height' : posDisplay ? 40 : 28 + 'px'
});
Expand Down
2 changes: 1 addition & 1 deletion themes/fluid/source/js/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Fluid.events = {
posDisplay = right >= 50;
topArrow.css({
'bottom': scrollDisplay ? '20px' : '-60px',
'right' : posDisplay ? right - 64 : 4 + 'px',
'right' : posDisplay ? right - 64 : 8 + 'px',
'min-width' : posDisplay ? 40 : 28 + 'px',
'min-height' : posDisplay ? 40 : 28 + 'px'
});
Expand Down

0 comments on commit 526edbc

Please sign in to comment.