mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix file upload preview size
This commit is contained in:
parent
22dd995a28
commit
b4775a0d50
@ -275,8 +275,14 @@
|
||||
}
|
||||
#cp-upload-preview-container {
|
||||
max-width: 100%;
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
media-tag {
|
||||
max-width: 100%;
|
||||
iframe {
|
||||
// pdfs don't take the full width unless we tell them to
|
||||
width: 100%;
|
||||
}
|
||||
& > * {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user