mirror of
https://github.com/myronblair/web-dashboard
synced 2026-07-28 04:03:36 -05:00
Slightly reduce line-item title size
This commit is contained in:
+2
-1
@@ -115,7 +115,7 @@
|
||||
border-radius: 50%;
|
||||
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 {
|
||||
font-size: 0.75rem;
|
||||
color: var(--muted);
|
||||
@@ -144,6 +144,7 @@
|
||||
font-family: inherit;
|
||||
}
|
||||
.copy-item:hover { background: var(--surface2); }
|
||||
.copy-item .name { font-size: 0.85rem; }
|
||||
.copy-item .copy-icon {
|
||||
color: var(--muted);
|
||||
font-size: 0.7rem;
|
||||
|
||||
Reference in New Issue
Block a user