Skip to content

Commit 8e00041

Browse files
committed
Improve CSS selector for image
1 parent 557413c commit 8e00041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/_addon/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ div.post-content .table-wrapper {
810810
> img[data-src] {
811811
margin: 0.5rem 0;
812812

813-
&:not([class]) {
813+
&:not(.normal):not(.left):not(.right) {
814814
@include align-center;
815815

816816
@if $caption {

0 commit comments

Comments
 (0)