Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 2eb4678afc 0.43.2 2026-01-24 18:08:43 +01:00
DebaucheryLibrarian 9558ce80b4 Improved actor bio scaling. 2026-01-24 18:08:41 +01:00
3 changed files with 10 additions and 3 deletions

View File

@ -589,6 +589,7 @@ const socials = props.actor.socials.map((social) => ({
}
.bio-item {
min-width: 50%;
display: flex;
justify-content: space-between;
box-sizing: border-box;
@ -629,7 +630,9 @@ const socials = props.actor.socials.map((social) => ({
}
.bio-value {
display: inline-block;
margin: 0 0 0 2rem;
max-width: 25rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
@ -906,6 +909,10 @@ const socials = props.actor.socials.map((social) => ({
.bio {
margin-right: 1rem;
}
.bio-value {
max-width: initial;
}
}
@media(--compact) {

4
package-lock.json generated
View File

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

View File

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