mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 15:10:57 -05:00
Fix: max-width for other attachment types
This commit is contained in:
parent
59a5d2e752
commit
eb7b915edb
1 changed files with 3 additions and 1 deletions
|
@ -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 @@
|
||||||
&.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;
|
||||||
|
|
Loading…
Reference in a new issue