From 727af0ccf5db3f57e9a47c32a68d07eb6691193a Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 1 Sep 2021 18:08:41 +0530 Subject: [PATCH] update changelog and leave a note --- CHANGELOG.md | 4 +++- customize.dist/src/less2/include/modals-ui-elements.less | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 {