/* ==UserStyle==
@name       调整归属地样式间距 5px
@description  调整评论区ip和时间的间距
@license    MIT
@version    20240907.05.55
@namespace  https://userstyles.world/user/mscststs
@author     mscststs
@downloadURL https://update.greasyfork.org/scripts/492808/%E8%B0%83%E6%95%B4%E5%BD%92%E5%B1%9E%E5%9C%B0%E6%A0%B7%E5%BC%8F%E9%97%B4%E8%B7%9D%205px.user.css
@updateURL https://update.greasyfork.org/scripts/492808/%E8%B0%83%E6%95%B4%E5%BD%92%E5%B1%9E%E5%9C%B0%E6%A0%B7%E5%BC%8F%E9%97%B4%E8%B7%9D%205px.meta.css
==/UserStyle== */
@-moz-document domain("bilibili.com") {
    .bili-comment.browser-pc .reply-time,
    .bili-comment.browser-pc .sub-reply-time
    {
        margin-right: 5px !important;
    }

    :root{
        --kaihe-ml: 5px;
    }
}