New profile: Fix link colors in bio and display name overflow (#38964)

This commit is contained in:
diondiondion 2026-05-08 15:30:28 +02:00 committed by GitHub
parent cf7a092053
commit 2543425e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,8 @@
.nameWrapper {
flex-grow: 1;
min-width: 0;
overflow-wrap: break-word;
}
.name {
@ -272,6 +274,14 @@ $button-fallback-breakpoint: $button-breakpoint + 55px;
.bio {
font-size: 15px;
color: var(--color-text-primary);
:any-link {
color: var(--color-text-status-links);
&:hover {
text-decoration: none;
}
}
}
.familiarFollowers {