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: "";
|
||||
display: block;
|
||||
margin-bottom: -10px;
|
||||
width: 2px;
|
||||
background-color: var(--divider);
|
||||
margin-inline: auto;
|
||||
margin-top: 16px;
|
||||
border-left: 2px solid var(--divider);
|
||||
margin-left: calc((var(--avatarSize) / 2) - 1px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue