update max-width/max-height for attachment video preview (#8185)

Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
This commit is contained in:
Denis Tingaikin
2025-03-10 22:29:30 +07:00
committed by GitHub
parent 4407b36c0b
commit 06abf0fec8
@@ -74,8 +74,8 @@
<style lang="scss">
.container {
max-width: 20rem;
max-height: 20rem;
max-width: 25rem;
max-height: 25rem;
min-width: 4rem;
min-height: 4rem;
border-radius: 0.75rem;