Further bio spacing improvements.

This commit is contained in:
DebaucheryLibrarian 2026-01-24 18:21:50 +01:00
parent 8d57dfd2d2
commit 886f02c5fc
1 changed files with 5 additions and 5 deletions

View File

@ -631,7 +631,7 @@ const socials = props.actor.socials.map((social) => ({
.bio-value { .bio-value {
display: inline-block; display: inline-block;
margin: 0 0 0 2rem; margin: 0 0 0 2rem;
max-width: 25rem; max-width: 20rem;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
@ -908,10 +908,6 @@ const socials = props.actor.socials.map((social) => ({
.bio { .bio {
margin-right: 1rem; margin-right: 1rem;
} }
.bio-value {
max-width: initial;
}
} }
@media(--compact) { @media(--compact) {
@ -964,6 +960,10 @@ const socials = props.actor.socials.map((social) => ({
margin: 0; margin: 0;
} }
.bio-value {
max-width: initial;
}
.expanded .bio-value { .expanded .bio-value {
white-space: normal; white-space: normal;
} }