Compare commits
2 Commits
302f6a0621
...
9933b4fbf0
| Author | SHA1 | Date |
|---|---|---|
|
|
9933b4fbf0 | |
|
|
c272e6c8b3 |
|
|
@ -449,6 +449,7 @@ const showExpand = [
|
|||
'bust',
|
||||
'cup',
|
||||
'eyes',
|
||||
'ethnicity',
|
||||
'hairColor',
|
||||
'hasPiercings',
|
||||
'hasTattoos',
|
||||
|
|
@ -851,7 +852,7 @@ const socials = props.actor.socials.map((social) => ({
|
|||
display: none;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
bottom: -.25rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "traxxx-web",
|
||||
"version": "0.42.27",
|
||||
"version": "0.42.28",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.42.27",
|
||||
"version": "0.42.28",
|
||||
"dependencies": {
|
||||
"@brillout/json-serializer": "^0.5.8",
|
||||
"@dicebear/collection": "^7.0.5",
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
"overrides": {
|
||||
"vite": "$vite"
|
||||
},
|
||||
"version": "0.42.27",
|
||||
"version": "0.42.28",
|
||||
"imports": {
|
||||
"#/*": "./*.js"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue