add a small margin below file upload preview container

This commit is contained in:
ansuz 2021-09-07 19:28:17 +05:30
parent 8101276b51
commit 5b46845078
1 changed files with 2 additions and 1 deletions

View File

@ -277,7 +277,8 @@
max-width: 100%;
max-height: 300px;
overflow: auto;
// XXX these styles yield weird results for tall, thin images
margin-bottom: 15px;
// FIXME 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 {