Greasy Fork is available in English.

调整归属地样式间距 5px

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

/* ==UserStyle==
@name       调整归属地样式间距 5px
@description  调整评论区ip和时间的间距
@license    MIT
@version    20240418.05.55
@namespace  https://userstyles.world/user/mscststs
@author     mscststs
==/UserStyle== */
@-moz-document domain("bilibili.com") {
    .bili-comment.browser-pc .reply-time,
    .bili-comment.browser-pc .sub-reply-time
    {
        margin-right: 5px !important;
    }
}