Fix: attatchment sizing on chrome when unloaded

This commit is contained in:
bree 2021-07-08 18:17:59 -04:00
parent f596e73d6b
commit 362e7452fe
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1B2E56B9EC985B96

View file

@ -36,7 +36,7 @@
&.tall {
height: min(100%, var(--height-px));
width: auto;
width: 100%;
}
}