We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933b5a0 commit 2fb986eCopy full SHA for 2fb986e
1 file changed
Zhihu-Beautification.user.js
@@ -226,7 +226,7 @@ html[data-theme="light"] .Button--primary.Button--blue {color: #fff !important;b
226
style_widescreenDisplayPeople = `/* 宽屏显示 - 用户主页 */
227
.Profile-mainColumn {width: inherit !important;}
228
.Profile-sideColumn {display: none !important;}
229
-.Profile-main {width: ${GM_getValue('menu_widescreenDisplayWidth')}px !important;}
+.Profile-main, #ProfileHeader {width: ${GM_getValue('menu_widescreenDisplayWidth')}px !important;}
230
`,
231
style_2 = `/* 隐藏在各列表中查看文章时开头显示的大图,不影响文章、专栏页面 */
232
.RichContent img.ArticleItem-image {display: none !important;}
0 commit comments