fix: 首页文章 分类角标 模糊效果错位 #72
This commit is contained in:
parent
b6f02b831b
commit
de240eb08d
|
@ -9582,11 +9582,13 @@ span.recent-post-top-text {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* 自定义的文章分类 */
|
/* 自定义的文章分类 */
|
||||||
a.article-meta__category {
|
a.article-meta__category {
|
||||||
|
display: block;
|
||||||
padding: 2px 6px;
|
padding: 2px 6px;
|
||||||
background: var(--heo-black-op);
|
background: var(--heo-black-op);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
Loading…
Reference in New Issue