fix: log.title emoji; add price estimate total to shopping stat card

This commit is contained in:
dadaloop82
2026-05-07 17:41:41 +00:00
parent 0de9a62058
commit b9082eae52
5 changed files with 39 additions and 4 deletions
+9
View File
@@ -2609,6 +2609,15 @@ body {
border-radius: 8px;
line-height: 1.3;
}
.stat-price-total {
display: block;
font-size: 0.62rem;
font-weight: 600;
color: #15803d;
margin-top: 2px;
white-space: nowrap;
line-height: 1.2;
}
/* ===== PRODUCT PREVIEW ===== */
.product-preview, .product-preview-small {