Skip to content
Snippets Groups Projects
Verified Commit eb7b915e authored by bree's avatar bree
Browse files

Fix: max-width for other attachment types

parent 59a5d2e7
No related merge requests found
...@@ -66,7 +66,8 @@ ...@@ -66,7 +66,8 @@
border-radius: 6px; border-radius: 6px;
flex-direction: column; flex-direction: column;
background: var(--secondary-background); background: var(--secondary-background);
max-width: 400px; width: 400px;
max-width: 100%;
> audio { > audio {
width: 100%; width: 100%;
...@@ -76,6 +77,7 @@ ...@@ -76,6 +77,7 @@
&.file { &.file {
> div { > div {
width: 400px; width: 400px;
max-width: 100%;
padding: 12px; padding: 12px;
user-select: none; user-select: none;
width: fit-content; width: fit-content;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment