New profile: Fix link colors in bio and display name overflow (#38964)
This commit is contained in:
parent
cf7a092053
commit
2543425e04
@ -78,6 +78,8 @@
|
|||||||
|
|
||||||
.nameWrapper {
|
.nameWrapper {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
min-width: 0;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
@ -272,6 +274,14 @@ $button-fallback-breakpoint: $button-breakpoint + 55px;
|
|||||||
.bio {
|
.bio {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: var(--color-text-primary);
|
color: var(--color-text-primary);
|
||||||
|
|
||||||
|
:any-link {
|
||||||
|
color: var(--color-text-status-links);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.familiarFollowers {
|
.familiarFollowers {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user