This commit is contained in:
ThatOneCalculator 2023-02-01 11:51:19 -08:00
parent 83b56f4ad5
commit d44cb14615
No known key found for this signature in database
GPG key ID: 8703CACD01000000
4 changed files with 8 additions and 4 deletions

4
.gitignore vendored
View file

@ -53,3 +53,7 @@ packages/backend/assets/instance.css
*.blend3
*.blend4
*.blend5
# old yarn
.yarn
yarn*

Binary file not shown.

View file

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

View file

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