bug: edit tag img to ImageWithLink

This commit is contained in:
Quangnhankie
2021-09-13 15:17:56 +07:00
parent 50ff62109f
commit 4cc6255717
10 changed files with 51 additions and 23 deletions

View File

@@ -2,11 +2,15 @@
.authorWarper{
@apply flex flex-row items-center;
.authorImage{
.authorImage {
width:3.2rem;
height:3.2rem;
border-radius:3.2rem;
div{
min-width:3.2rem !important;
}
}
.authorName{
margin-left:1rem;
color:var(--text-label);