diff --git a/src/index.css b/src/index.css index 330a0bc..68388ba 100644 --- a/src/index.css +++ b/src/index.css @@ -15,7 +15,7 @@ body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,'He .post-card{border-radius:14px;padding:14px} .post-thumbs .thumb{width:120px;height:84px;background:linear-gradient(180deg,#f8fafc,#eef2ff);border-radius:10px} .avatar{width:56px;height:56px;border-radius:999px;background:#e6f0ff;color:#1e40af;display:flex;align-items:center;justify-content:center;font-weight:600} -.tag{background:#eef2ff;color:#1e40af;padding:6px 10px;border-radius:999px;font-size:12px;margin-right:6px} +.tag{display:inline-flex;align-items:center;justify-content:center;height:32px;min-width:32px;padding:0 14px;background:#eef2ff;color:#1e40af;border-radius:999px;font-size:12px;margin-right:8px;white-space:nowrap} .button{background:#2563eb;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer} .small{font-size:13px;color:var(--muted)} .sidebar{width:300px}