Markdown: style images
This commit is contained in:
parent
bf01dac514
commit
77da2b0c73
1 changed files with 10 additions and 0 deletions
|
@ -54,6 +54,16 @@
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
height: 285.188px;
|
||||||
|
object-fit: contain;
|
||||||
|
background: var(--background-color);
|
||||||
|
border-radius: 4px;
|
||||||
|
overflow: hidden;
|
||||||
|
margin: 20px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__content > ul,
|
.status__content > ul,
|
||||||
|
|
Loading…
Reference in a new issue