Compare commits
No commits in common. "2eb4678afc48b7a9c6a9241f1788f05b6d55c704" and "4569930a816b620722b748b3d1b3c49f849c18bd" have entirely different histories.
2eb4678afc
...
4569930a81
|
|
@ -589,7 +589,6 @@ const socials = props.actor.socials.map((social) => ({
|
|||
}
|
||||
|
||||
.bio-item {
|
||||
min-width: 50%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
box-sizing: border-box;
|
||||
|
|
@ -630,9 +629,7 @@ const socials = props.actor.socials.map((social) => ({
|
|||
}
|
||||
|
||||
.bio-value {
|
||||
display: inline-block;
|
||||
margin: 0 0 0 2rem;
|
||||
max-width: 25rem;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
|
@ -909,10 +906,6 @@ const socials = props.actor.socials.map((social) => ({
|
|||
.bio {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.bio-value {
|
||||
max-width: initial;
|
||||
}
|
||||
}
|
||||
|
||||
@media(--compact) {
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "traxxx-web",
|
||||
"version": "0.43.2",
|
||||
"version": "0.43.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.43.2",
|
||||
"version": "0.43.1",
|
||||
"dependencies": {
|
||||
"@brillout/json-serializer": "^0.5.8",
|
||||
"@dicebear/collection": "^7.0.5",
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"overrides": {
|
||||
"vite": "$vite"
|
||||
},
|
||||
"version": "0.43.2",
|
||||
"version": "0.43.1",
|
||||
"imports": {
|
||||
"#/*": "./*.js"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue