知乎宽屏
自用: 知乎宽屏76f5165c by arden
Details
Authorarden
LicenseNo License
Categoryzhihu
Created
Updated
Size1.3 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 自用: 知乎宽屏76f5165c
@version 20221022.07.27
@namespace userstyles.world/user/arden
@description 知乎宽屏
@author arden
@license No License
==/UserStyle== */
@-moz-document domain("zhihu.com"), domain("https://zhuanlan.zhihu.com/") {
@name 知乎宽屏
@version 2022-10-22
@namespace 76f5165c-a743-4c3d-b8f6-c4ede313aaa8
@license MIT
#root > div > main > div > div > div.Question-main > div.Question-sideColumn.Question-sideColumn--sticky > div > div > footer,
#root > div > main > div > div > div.Question-main > div.Question-sideColumn.Question-sideColumn--sticky > div > div > div:nth-child(3)
{
display: none;
}
/* 点赞收藏评论位置 */
#QuestionAnswers-answers > div > div > div > div:nth-child(2) > div > div > div > div > div.RichContent.RichContent--unescapable > div:nth-child(4) > div.ContentItem-actions.Sticky.RichContent-actions.is-fixed.is-bottom
{
height: 20px;
}
/* 点赞 */
.Post-SideActions
{
right: 1vw;
}
/* 侧栏广告 */
.css-1oy4rvw{
display: none;
}
/* 内容区 */
#QuestionAnswers-answers > div > div > div > div:nth-child(2),
#QuestionAnswers-answers > div > div > div,
.Question-main{
width: 80vw;
background: white;
}
/* .Post-NormalMain>div
{
width: 69vw;
} */
}