Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 54e9fd9f6a 0.43.4 2026-01-24 18:21:52 +01:00
DebaucheryLibrarian 886f02c5fc Further bio spacing improvements. 2026-01-24 18:21:50 +01:00
3 changed files with 8 additions and 8 deletions

View File

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

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.43.3",
"version": "0.43.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.43.3",
"version": "0.43.4",
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",

View File

@ -89,7 +89,7 @@
"overrides": {
"vite": "$vite"
},
"version": "0.43.3",
"version": "0.43.4",
"imports": {
"#/*": "./*.js"
}