fix line in boosted text

This commit is contained in:
Freeplay 2023-03-15 19:18:26 -04:00
parent b7b853f970
commit 4cabd725a0

View file

@ -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);
}
}
}