Slightly reduce line-item title size

This commit is contained in:
2026-07-21 18:59:26 -05:00
parent 1ec0f1edfc
commit d3fc0d2d09
+2 -1
View File
@@ -115,7 +115,7 @@
border-radius: 50%; border-radius: 50%;
flex-shrink: 0; flex-shrink: 0;
} }
.link-item .name { flex: 1; font-weight: 500; } .link-item .name { flex: 1; font-weight: 500; font-size: 0.85rem; }
.link-item .sub { .link-item .sub {
font-size: 0.75rem; font-size: 0.75rem;
color: var(--muted); color: var(--muted);
@@ -144,6 +144,7 @@
font-family: inherit; font-family: inherit;
} }
.copy-item:hover { background: var(--surface2); } .copy-item:hover { background: var(--surface2); }
.copy-item .name { font-size: 0.85rem; }
.copy-item .copy-icon { .copy-item .copy-icon {
color: var(--muted); color: var(--muted);
font-size: 0.7rem; font-size: 0.7rem;