style: enlarge avatar, bigger text, more padding

This commit is contained in:
2026-08-11 09:06:14 +00:00
parent f028e3a0d0
commit 23011a7dcf
+9 -9
View File
@@ -86,8 +86,8 @@ const links: FriendLink[] = [
.link-card { .link-card {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 0.65rem; gap: 1rem;
padding: 0.75rem 1rem; padding: 1rem 1.25rem;
border: 1.5px dashed var(--border); border: 1.5px dashed var(--border);
border-radius: 0.75rem; border-radius: 0.75rem;
background: var(--background); background: var(--background);
@@ -103,8 +103,8 @@ const links: FriendLink[] = [
} }
.link-avatar { .link-avatar {
width: 40px; width: 48px;
height: 40px; height: 48px;
border-radius: 50%; border-radius: 50%;
flex-shrink: 0; flex-shrink: 0;
object-fit: cover; object-fit: cover;
@@ -114,20 +114,20 @@ const links: FriendLink[] = [
.link-info { .link-info {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.1rem; gap: 0.2rem;
min-width: 0; min-width: 0;
} }
.link-name { .link-name {
font-weight: 600; font-weight: 600;
font-size: 0.9rem; font-size: 1.05rem;
line-height: 1.3; line-height: 1.4;
} }
.link-desc { .link-desc {
font-size: 0.78rem; font-size: 0.85rem;
color: var(--muted-foreground); color: var(--muted-foreground);
line-height: 1.3; line-height: 1.4;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;