mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
*actually* fix the line alignment
This commit is contained in:
parent
0c56144f92
commit
0842eeeef1
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
|
|||
--indent: calc(var(--avatarSize) - 4px);
|
||||
}
|
||||
}
|
||||
.firstColumn {
|
||||
&.firstColumn {
|
||||
> .main, > .line, > .children:not(.single) > .line {
|
||||
--avatarSize: 35px;
|
||||
--indent: 35px;
|
||||
|
|
Loading…
Reference in a new issue