From 77da2b0c733e89412205c33f2cf04abfd51cec4c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 1 Oct 2020 12:07:04 -0500 Subject: [PATCH] Markdown: style images --- app/styles/components/status.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/styles/components/status.scss b/app/styles/components/status.scss index 69f1ed24e..ba266870f 100644 --- a/app/styles/components/status.scss +++ b/app/styles/components/status.scss @@ -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,