mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
fix line in boosted text
This commit is contained in:
parent
3e26fa255e
commit
f0a22b3ae4
1 changed files with 3 additions and 3 deletions
|
@ -324,9 +324,9 @@ function readPromo() {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: -10px;
|
margin-bottom: -10px;
|
||||||
width: 2px;
|
margin-top: 16px;
|
||||||
background-color: var(--divider);
|
border-left: 2px solid var(--divider);
|
||||||
margin-inline: auto;
|
margin-left: calc((var(--avatarSize) / 2) - 1px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue