From 3f80d36727cbab4fb1459da08d3f9e656a49d3be Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sat, 11 Jul 2026 09:35:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D0=B1-UI:=20=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D0=BB=D0=BE=20.type-ico=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=B7=D0=BD=D0=B0=D1=87=D0=BA=D0=B0=20=D1=82=D0=B8=D0=BF=D0=B0?= =?UTF-8?q?=20=D0=B2=20=D0=BA=D0=B0=D1=80=D1=82=D0=BE=D1=87=D0=BA=D0=B5=20?= =?UTF-8?q?(=D1=80=D0=B5=D0=B2=D1=8C=D1=8E-nit)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- web/static/css/jellybit.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/static/css/jellybit.css b/web/static/css/jellybit.css index 8f468c6..81ae2a8 100644 --- a/web/static/css/jellybit.css +++ b/web/static/css/jellybit.css @@ -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-title{font-weight:600;font-size:var(--fs-md);line-height:1.3;letter-spacing:-.005em; 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); font-size:var(--fs-sm);flex-wrap:wrap} .hash{font-family:var(--mono);font-size:var(--fs-sm)}