抖音后台调整
抖音后台 by zanghuaao
Details
Authorzanghuaao
LicenseNo License
Categoryuserstyles,github等
Created
Updated
Size1.5 kB
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 20220602.06.22
@namespace userstyles.world/user/zanghuaao
@description 抖音后台调整
@author zanghuaao
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://creator.douyin.com/") {
/*评论管理*/
.semi-sidesheet-right, .semi-sidesheet-right .semi-sidesheet-inner-wrap/*作品列表*/
{
left:0px;
width:1000px!important;
}
.semi-sidesheet-left.semi-sidesheet, .semi-sidesheet-right.semi-sidesheet/*作品列表遮罩*/
{
width:0%!important;
}
.item-container--19qvu.selected--2v-eU/*选择单个作品区域*/
{
background:rgba(9, 9, 10, .51)!important;
}
.item-container--19qvu/*单个作品区域*/
{
width:100px;
display:inline-block;
border-radius:15px 15px 15px 15px;
}
.item-container--19qvu img/*单个作品区域de图像*/
{
transform: translateX(40%);
}
}
@-moz-document url("https://creator.douyin.com/creator-micro/content/manage"), url("https://creator.douyin.com/creator-micro/data/stats/video") {
/*视频管理*/
.video-card--1404D
{
width:auto!important;
}
.video-card-info--stqta
{
display:block!important;
position:relative!important;
top:0px;
left:0px;
width:200px;
}
.container--38fle .content--3ncCf:not(.fullScreen--121rZ)
{
width:100%!important;
}
}
@-moz-document url-prefix("https://creator.douyin.com/creator-micro/data/stats/video") {
.micro--3AMFh/*宽度*/
{
width:calc(100%-100%);
}
.container--13-Jk
{
width:100%;
}
}