improvements are done

This commit is contained in:
sdarbinyan
2026-01-22 00:41:13 +04:00
parent a1a2a69fd0
commit 0f3d0ae3ef
27 changed files with 2115 additions and 107 deletions

View File

@@ -279,10 +279,32 @@
justify-content: space-between;
margin-bottom: 0.5rem;
> div {
display: flex;
flex-direction: column;
gap: 0.25rem;
}
strong {
color: #333;
}
.comment-stars {
display: flex;
gap: 2px;
.star-icon {
font-size: 16px;
width: 16px;
height: 16px;
color: #ffa726;
&.filled {
color: #ff9800;
}
}
}
.comment-date {
color: #999;
font-size: 0.875rem;