Skip to content

Commit

Permalink
fix: 阅读模式打开再关闭之后,导航栏消失的问题 (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
0fuling0 authored Jan 27, 2025
1 parent 3f44402 commit 54c9c59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/js/plugins/rightMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,8 @@ RightMenus.fun = (() => {
document.querySelector('#post').removeEventListener('click', fn.readMode);
DOMController.setStyle('.prev-next', 'display', 'flex');
DOMController.setStyle('.copyright.license', 'margin', '15px -40px');
// 恢复 header 透明度
DOMController.setStyle('#l_header', 'opacity', 1);
}
}

Expand Down

0 comments on commit 54c9c59

Please sign in to comment.