mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -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;
|
justify-self: flex-end;
|
||||||
border-radius: var(--radius-big);
|
border-radius: var(--radius-big);
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
width: 100%;
|
||||||
> .avatar {
|
> .avatar {
|
||||||
width: 3.7em;
|
width: 3.7em;
|
||||||
height: 3.7em;
|
height: 3.7em;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
> .user-info {
|
> .user-info {
|
||||||
width: inherit;
|
width: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue