知乎宽屏优化,网页版太看不起我滴屏幕大小了,明明边上还有五百米的距离,却放着不用。。。
知乎宽屏优化 by bai1996
Details
Authorbai1996
LicenseNo License
Categoryhttps://zhuanlan.zhihu.com
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 知乎宽屏优化
@namespace USO Archive
@author 兔狲很可爱
@description `知乎宽屏优化`
@version 20221206.7.2
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://zhuanlan.zhihu.com/p"), url-prefix("https://zhuanlan.zhihu.com/question"), url-prefix("https://www.zhihu.com/question"), url-prefix("https://www.zhihu.com/p") {
.Modal--fullPage,.Question-main,.css-1bkecgh {
width: calc(100% - 130px);
}
.Question-mainColumn {
width: 100%;
}
.Question-sideColumn.Question-sideColumn--sticky {
display: none;
}
/*回复拉宽*/
.Post-NormalMain .Post-Header,
.Post-NormalMain > div,
.Post-NormalSub > div[data-za-detail-view-path-module=CommentList] {
width: calc(100% - 130px);
}
/*赞同分享按调整位置*/
.Post-SideActions {
left: auto;
right: 0;
}
.ListShortcut {
width: 100%;
}
/*更多回复拉宽*/
.css-1cqr2ue{
width:85%
}
}