适配2K屏幕
jandan.net by zunpiau
Details
Authorzunpiau
LicenseNo License
Categoryjandan.net
Created
Updated
Code size731 B
Code checksum8902c266
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name jandan.net
@version 20250415.07.23
@namespace https://userstyles.world/user/多巴胺
@author 多巴胺
==/UserStyle== */
@-moz-document domain("jandan.net") {
.nav-link {
display: unset
}
.page-nav li {
margin-right: 8px;
}
.page-nav button {
padding: 5px 16px;
}
.container {
max-width: unset !important;
}
#main-warpper.wrapper {
width: 1383px !important;
max-width: 1383px !important;
}
.container {
padding-left: unset !important;
padding-right: unset !important;
}
.container > .row {
max-width: 100%;
margin-left: unset;
}
main {
width: 75% !important;
}
aside {
width: 25% !important;
}
.comment-row .img-min {
max-width: 800px;
max-height: 550px;
}
}