mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
Fix inline replies on chrome >= 130
Signed-off-by: limepotato <limepot@protonmail.ch>
This commit is contained in:
parent
3aa57588c1
commit
c9d87b5373
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ const showTicker =
|
|||
margin-right: 1em;
|
||||
}
|
||||
> .user-info {
|
||||
width: 0;
|
||||
width: inherit;
|
||||
flex-grow: 1;
|
||||
line-height: 1.5;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue