mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Fix: attatchment sizing on chrome when unloaded
This commit is contained in:
parent
f596e73d6b
commit
362e7452fe
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
&.tall {
|
&.tall {
|
||||||
height: min(100%, var(--height-px));
|
height: min(100%, var(--height-px));
|
||||||
width: auto;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue