Skip to content

Commit 2fb986e

Browse files
committed
新增 [宽屏显示 - 用户主页] 功能
1 parent 933b5a0 commit 2fb986e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zhihu-Beautification.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ html[data-theme="light"] .Button--primary.Button--blue {color: #fff !important;b
226226
style_widescreenDisplayPeople = `/* 宽屏显示 - 用户主页 */
227227
.Profile-mainColumn {width: inherit !important;}
228228
.Profile-sideColumn {display: none !important;}
229-
.Profile-main {width: ${GM_getValue('menu_widescreenDisplayWidth')}px !important;}
229+
.Profile-main, #ProfileHeader {width: ${GM_getValue('menu_widescreenDisplayWidth')}px !important;}
230230
`,
231231
style_2 = `/* 隐藏在各列表中查看文章时开头显示的大图,不影响文章、专栏页面 */
232232
.RichContent img.ArticleItem-image {display: none !important;}

0 commit comments

Comments
 (0)