This commit is contained in:
ThatOneCalculator 2023-02-01 12:15:59 -08:00
parent dc0243b8ea
commit 10e2f3e62a
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 2 additions and 2 deletions

View file

@ -352,7 +352,7 @@ function readPromo() {
content: "";
display: block;
margin-bottom: -10px;
width: 1px;
width: 2px;
background-color: var(--divider);
margin-inline: auto;
}

View file

@ -153,7 +153,7 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
&::before {
content: "";
display: block;
width: 1px;
width: 2px;
background-color: var(--divider);
margin-inline: auto;
.note > & {