update display of media items
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user