Compare commits

..

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 8d57dfd2d2 0.43.3 2026-01-24 18:15:15 +01:00
DebaucheryLibrarian f9ba519dea Removed min-width from actor bio columns. 2026-01-24 18:15:13 +01:00
3 changed files with 3 additions and 4 deletions

View File

@ -589,7 +589,6 @@ const socials = props.actor.socials.map((social) => ({
}
.bio-item {
min-width: 50%;
display: flex;
justify-content: space-between;
box-sizing: border-box;

4
package-lock.json generated
View File

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

View File

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