.header_user .avatar{
    width: 24px;
    border-radius: 20px;
}
.shortcode_title .avatar{
    width: 24px;
    border-radius: 20px;
}
.post_author .round_img img{
    width: 24px;
    height: auto;
}
.round_img .avatar{
    border-radius: 20px;
}
.simple_footer .f_social_icon li a{
    line-height: 35px;
}
.simple_footer .f_social_icon a img{
    width: 24px;
}
.pagination .page-numbers{
    margin-right: 10px;
}
.open-source-badge{
    margin-right: 10px;
}

/*富文本目录*/

.editormd-markdown-toc {
    overflow: auto;
    max-height: 600px; /* 设置最大高度，超过则出现滚动条 */
}

.editormd-markdown-toc a {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
    color: #677681;
    position: relative;
    margin-bottom: 6px;
}

.editormd-markdown-toc > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.editormd-markdown-toc ul > li {
    margin-left: 1.2em;
}

.editormd-markdown-toc ul > li + li {
    margin-top: 0.3em;
}
