Skip to content

掘金 by qsg1215

Details

Authorqsg1215

LicenseNo License

Category用户样式

Created

Updated

Code size482 B

Code checksum898c4a69

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

掘金样式

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         掘金
@version      20220225.08.31
@namespace    userstyles.world/user/qsg1215
@description  掘金样式
@author       qsg1215
@license      No License
==/UserStyle== */

@-moz-document domain("juejin.cn") {
.aside {
   display:none;
}
.timeline-entry-list{
    width: 100% !important;
    margin: auto;
}

.container{
    max-width:none;
}

.search-form .search-input{
    width: 20rem !important;
}

.search-add-ul{
   width: auto !important;
}

}

Reviews

No reviews yet.