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

4
package-lock.json generated
View File

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

View File

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