From 07d29ec9bf52aa65fc5a8bb31f4a7ba643f38f9e Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 13 Dec 2020 00:40:25 +0800 Subject: [PATCH] Improve image style (#204) --- assets/css/_addon/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/_addon/main.scss b/assets/css/_addon/main.scss index 2f50a33..dc79f77 100644 --- a/assets/css/_addon/main.scss +++ b/assets/css/_addon/main.scss @@ -807,7 +807,7 @@ div.post-content .table-wrapper { word-wrap: break-word; @mixin img($caption: false) { - > img:not([style]) { + > img:not([style]):not([class]) { margin: 0.5rem 0; &:not(.normal):not(.left):not(.right) {