Fix: max-width for other attachment types

This commit is contained in:
bree
2021-07-08 10:32:05 -04:00
parent c286649f88
commit a4fee369c8

View File

@@ -66,7 +66,8 @@
border-radius: 6px;
flex-direction: column;
background: var(--secondary-background);
max-width: 400px;
width: 400px;
max-width: 100%;
> audio {
width: 100%;
@@ -76,6 +77,7 @@
&.file {
> div {
width: 400px;
max-width: 100%;
padding: 12px;
user-select: none;
width: fit-content;