Веб-UI: правило .type-ico для значка типа в карточке (ревью-nit)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
av
2026-07-11 09:35:32 +03:00
co-authored by Claude Opus 4.8
parent 49747e1281
commit 3f80d36727
+1
View File
@@ -203,6 +203,7 @@ a:hover{text-decoration:underline}
.card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--sp-3)} .card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--sp-3)}
.card-title{font-weight:600;font-size:var(--fs-md);line-height:1.3;letter-spacing:-.005em; .card-title{font-weight:600;font-size:var(--fs-md);line-height:1.3;letter-spacing:-.005em;
word-break:break-word} word-break:break-word}
.type-ico{font-size:.9em;line-height:1;vertical-align:baseline}
.hash-row{display:flex;align-items:center;gap:8px;margin-top:7px;color:var(--text-dim); .hash-row{display:flex;align-items:center;gap:8px;margin-top:7px;color:var(--text-dim);
font-size:var(--fs-sm);flex-wrap:wrap} font-size:var(--fs-sm);flex-wrap:wrap}
.hash{font-family:var(--mono);font-size:var(--fs-sm)} .hash{font-family:var(--mono);font-size:var(--fs-sm)}