Compare commits

..

No commits in common. "9933b4fbf09f95af37d86bba190cec7e63e707a8" and "302f6a06211841dd9ec2dadb22445536a60cc3e5" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View File

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

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "traxxx-web", "name": "traxxx-web",
"version": "0.42.28", "version": "0.42.27",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.42.28", "version": "0.42.27",
"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.28", "version": "0.42.27",
"imports": { "imports": {
"#/*": "./*.js" "#/*": "./*.js"
} }