diff --git a/CHANGELOG.md b/CHANGELOG.md index 45786f8a6..822249a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,9 @@ * emojis in cursor tooltips for guests (rich text, code, slide, kanban) * emojis in the share and access modals for contacts with empty names * script to identify unnecessary duplication of translations - +* improvements to upload and media-tag UI + * support for adding descriptive text at upload time + * preview of uploaded media in the upload modal ## Bug fixes diff --git a/customize.dist/src/less2/include/modals-ui-elements.less b/customize.dist/src/less2/include/modals-ui-elements.less index 94ec06cc0..7c6e054c5 100644 --- a/customize.dist/src/less2/include/modals-ui-elements.less +++ b/customize.dist/src/less2/include/modals-ui-elements.less @@ -277,6 +277,9 @@ max-width: 100%; max-height: 300px; overflow: auto; + // XXX these styles yield weird results for tall, thin images + // maybe img { object-fit: contain; } or scale-down are options + // but they have problems too media-tag { max-width: 100%; iframe {