ちょっとした更新です!![]()
デスクトップ ![]()
// トピックのオーナー
.topic-post.topic-owner article:not(#post_1) .row .topic-body .topic-meta-data .names::after {
content: "著者";
color: var(--secondary);
font-weight: bold;
background: var(--secondary-medium);
padding: 0px 8px;
border-radius: 8px;
line-height: normal;
}
モバイル ![]()
// トピックのオーナー
.topic-post.topic-owner article:not(#post_1) .row .topic-body .topic-meta-data .names .first:after {
content: '著者';
color: var(--secondary);
background: var(--secondary-medium);
margin-left: 4px;
padding: 0px 8px;
border-radius: 6px;
line-height: normal;
}