settings v2 布局合理化
settings v2 by ooopscc
Details
Authorooopscc
LicenseNo License
Categorysettings v2
Created
Updated
Size742 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name settings v2
@version 20220708.14.31
@namespace userstyles.world/user/ooopscc
@description settings v2 布局合理化
@author ooopscc
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://cloud.bytedance.net/appSettings-v2") {
.page {
padding: 20px;
overflow-x: hidden;
}
.page-left {
margin-top: 100px;
position: relative;
left: 19px;
}
.page-right {
overflow: visible;
margin-top: 2px;
margin-left: 10px;
}
.page-right .page-content:nth-child(1) {
margin-left: -171px;
z-index: 100;
width: calc(100% + 171px);
margin-top: 0 !important;
}
.page-right .page-content:nth-child(2) {
margin-top: 10px !important;
}
}