优化PC端宽屏模式下显示效果,去除无用元素
TapTap宽屏优化 by eachLee
Details
AuthoreachLee
LicenseNo License
Categorytaptap.cn
Created
Updated
Size556 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 TapTap宽屏优化
@version 20240620.07.07
@namespace ?
==/UserStyle== */
@-moz-document domain("taptap.cn") {
.layout-main {
flex-direction: row;
}
.layout-aside {
display: none;
}
.layout-main {
width: 900px;
}
.taptap__main-wrap {
width: 900px;
}
.app-info-board__wrapper {
display: none;
}
.layout-main__top {
width: 100%;
}
.download-bar {
display: none;
}
.download-bar {
display: none;
}
.row-card.related-app-wrapper {
display: none;
}
.download-bar{
display:none;
}
}