Greasy Fork

Greasy Fork is available in English.

调整归属地样式间距 5px

调整评论区ip和时间的间距

当前为 2024-04-18 提交的版本,查看 最新版本

/* ==UserStyle==
@name       调整归属地样式间距 5px
@description  调整评论区ip和时间的间距
@license    MIT
@version    20240418.05.52
@namespace  https://userstyles.world/user/mscststs
@author     mscststs
==/UserStyle== */

@-moz-document domain("bilibili.com") {
.comment .reply-time{
    margin-right:5px !important;
}
}