update display of media items

This commit is contained in:
2020-07-07 15:11:29 +02:00
parent c8ac253d9e
commit 0a2dcda2b3
+4 -3
View File
@@ -369,12 +369,13 @@
color: var(--color-fg);
font-size: var(--font-size-xs);
position: relative;
padding: 10px;
img
{
width: 100%;
height: 100%;
object-fit: cover;
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
&.is-blank