Add max-width: 100% to editable.scss

This commit is contained in:
Henrik Giesel 2021-02-16 18:28:40 +01:00
parent ab1e59a04d
commit cfa44025a8

View file

@ -10,10 +10,14 @@ anki-editable {
} }
} }
img.drawing { img {
zoom: 50%; max-width: 100%;
.nightMode & { &.drawing {
filter: unquote("invert() hue-rotate(180deg)"); zoom: 50%;
.nightMode & {
filter: unquote("invert() hue-rotate(180deg)");
}
} }
} }