Compare commits
2 Commits
302f6a0621
...
9933b4fbf0
| Author | SHA1 | Date |
|---|---|---|
|
|
9933b4fbf0 | |
|
|
c272e6c8b3 |
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"vite": "$vite"
|
"vite": "$vite"
|
||||||
},
|
},
|
||||||
"version": "0.42.27",
|
"version": "0.42.28",
|
||||||
"imports": {
|
"imports": {
|
||||||
"#/*": "./*.js"
|
"#/*": "./*.js"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue