update changelog and leave a note

This commit is contained in:
ansuz 2021-09-01 18:08:41 +05:30
parent 86f23dcfc0
commit 727af0ccf5
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 {