调整一下归属地和时间的间距
调整归属地样式间距 5px by mscststs
Details
Authormscststs
LicenseNo License
Categorybilibili.com
Created
Updated
Size279 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 调整归属地样式间距 5px
@version 20240418.05.51
@namespace https://userstyles.world/user/mscststs
@author mscststs
==/UserStyle== */
@-moz-document domain("*.bilibili.com") {
.comment .reply-time{
margin-right:5px !important;
}
}