Compare commits

..

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 9933b4fbf0 0.42.28 2026-01-24 01:38:54 +01:00
DebaucheryLibrarian c272e6c8b3 Fixed expand button showing behind bio bar. 2026-01-24 01:38:52 +01:00
3 changed files with 5 additions and 4 deletions

View File

@ -449,6 +449,7 @@ const showExpand = [
'bust', 'bust',
'cup', 'cup',
'eyes', 'eyes',
'ethnicity',
'hairColor', 'hairColor',
'hasPiercings', 'hasPiercings',
'hasTattoos', 'hasTattoos',
@ -851,7 +852,7 @@ const socials = props.actor.socials.map((social) => ({
display: none; display: none;
justify-content: center; justify-content: center;
position: absolute; position: absolute;
z-index: 1; z-index: 10;
bottom: -.25rem; bottom: -.25rem;
} }

4
package-lock.json generated
View File

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

View File

@ -87,7 +87,7 @@
"overrides": { "overrides": {
"vite": "$vite" "vite": "$vite"
}, },
"version": "0.42.27", "version": "0.42.28",
"imports": { "imports": {
"#/*": "./*.js" "#/*": "./*.js"
} }