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 {
display: flex;
align-items: center;
gap: 0.65rem;
padding: 0.75rem 1rem;
gap: 1rem;
padding: 1rem 1.25rem;
border: 1.5px dashed var(--border);
border-radius: 0.75rem;
background: var(--background);
@@ -103,8 +103,8 @@ const links: FriendLink[] = [
}
.link-avatar {
width: 40px;
height: 40px;
width: 48px;
height: 48px;
border-radius: 50%;
flex-shrink: 0;
object-fit: cover;
@@ -114,20 +114,20 @@ const links: FriendLink[] = [
.link-info {
display: flex;
flex-direction: column;
gap: 0.1rem;
gap: 0.2rem;
min-width: 0;
}
.link-name {
font-weight: 600;
font-size: 0.9rem;
line-height: 1.3;
font-size: 1.05rem;
line-height: 1.4;
}
.link-desc {
font-size: 0.78rem;
font-size: 0.85rem;
color: var(--muted-foreground);
line-height: 1.3;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;