fix author

This commit is contained in:
Ember 2024-06-18 21:57:22 +08:00
parent e3aeaa8e88
commit 2a4987889d

View File

@ -239,46 +239,6 @@
<div class="post-meta">
<span title='2024-06-12 10:52:17 +0800 CST'>2024年6月12日</span>
<div>
<span>发布者:</span>
<style>
.post-author {
font-weight: bold;
color: black;
font-size: 1.1em;
margin-top: 10px;
display: inline-block;
}
.dark .post-author {
color: #d3d3d3;
}
.verified-icon {
display: inline-flex;
align-items: center;
margin-left: 3px;
transform: translateY(2px);
}
.verified-svg {
width: 16px;
height: 16px;
vertical-align: middle;
}
.verified-text {
fill: white;
font-family: 'Arial', sans-serif;
font-size: 16px;
text-anchor: middle;
font-weight: normal;
}
</style>
</div>