Greasy Fork

调整归属地样式间距 5px

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

目前为 2024-04-18 提交的版本。查看 最新版本

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