mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 01:17:36 -07:00
Fix inline replies on chrome >= 130 only partially being displayed
Signed-off-by: limepotato <limepot@protonmail.ch>
This commit is contained in:
parent
c9d87b5373
commit
a9886aa46e
1 changed files with 2 additions and 1 deletions
|
@ -79,13 +79,14 @@ const showTicker =
|
|||
justify-self: flex-end;
|
||||
border-radius: var(--radius-big);
|
||||
font-size: 0.8em;
|
||||
width: 100%;
|
||||
> .avatar {
|
||||
width: 3.7em;
|
||||
height: 3.7em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
> .user-info {
|
||||
width: inherit;
|
||||
width: 0;
|
||||
flex-grow: 1;
|
||||
line-height: 1.5;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue