From 29aef10b0c2cf64e02b1dbb6906dfd7db459fb5e Mon Sep 17 00:00:00 2001 From: Tuan Cao Date: Mon, 18 Apr 2022 21:38:11 +0700 Subject: [PATCH] Update image styling --- styles/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/style.css b/styles/style.css index d280167..bf2d2d5 100644 --- a/styles/style.css +++ b/styles/style.css @@ -147,6 +147,13 @@ a:hover { --highlight-mix-blend-mode: darken; } +.markdown-rendered img:not([width]), +.markdown-rendered audio, +.markdown-rendered video { + max-width: 100%; + outline: none; +} + .markdown-rendered h1, .markdown-rendered h2, .markdown-rendered h3,