将第一个条目固定在右上角
cp.baidu.com by fireloong
Details
Authorfireloong
LicenseNo License
Categorycp.baidu.com
Created
Updated
Size344 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 cp.baidu.com - 2024年6月
@version 20240729.16.01
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://cp.baidu.com/") {
.chat-item[index="0"] {
z-index: 9;
position: absolute;
background-color: antiquewhite;
border-radius: 10px;
top: 0;
right: 0;
}
}