Compare commits
2 Commits
4569930a81
...
2eb4678afc
| Author | SHA1 | Date |
|---|---|---|
|
|
2eb4678afc | |
|
|
9558ce80b4 |
|
|
@ -589,6 +589,7 @@ const socials = props.actor.socials.map((social) => ({
|
|||
}
|
||||
|
||||
.bio-item {
|
||||
min-width: 50%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
box-sizing: border-box;
|
||||
|
|
@ -629,7 +630,9 @@ 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;
|
||||
|
|
@ -906,6 +909,10 @@ 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.1",
|
||||
"version": "0.43.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.43.1",
|
||||
"version": "0.43.2",
|
||||
"dependencies": {
|
||||
"@brillout/json-serializer": "^0.5.8",
|
||||
"@dicebear/collection": "^7.0.5",
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"overrides": {
|
||||
"vite": "$vite"
|
||||
},
|
||||
"version": "0.43.1",
|
||||
"version": "0.43.2",
|
||||
"imports": {
|
||||
"#/*": "./*.js"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue