Skip to content

自用: 知乎宽屏 by arden

Details

Authorarden

LicenseNo License

Categoryzhihu

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

@-moz-document domain("zhihu.com"), domain("https://zhuanlan.zhihu.com/") {
@name           知乎宽屏
@version        2022-10-22
@namespace      test
@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;
} */
}

Reviews

No reviews yet.