Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
fix(csdn): 修复存在右侧边栏时不居中的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuhanawa committed Aug 5, 2024
1 parent a51ca55 commit b8dc820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions userscripts/csdn/style/base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ main div.blog-content-box pre.set-code-hide,pre,code
/* 居中显示 */
#mainBox
margin: auto

/* 处理右侧边栏位置 */
#rightAside
margin: 0 120px 0 -120px

0 comments on commit b8dc820

Please sign in to comment.