Merge branch 'markdown-images' into 'develop'
Markdown: style images See merge request soapbox-pub/soapbox-fe!283
This commit is contained in:
commit
fd5c42e7bb
1 changed files with 10 additions and 0 deletions
|
@ -54,6 +54,16 @@
|
|||
word-break: break-all;
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue