anki/ts/editor/editable.scss
2021-02-16 18:40:58 +01:00

24 lines
350 B
SCSS

anki-editable {
display: block;
overflow-wrap: break-word;
overflow: auto;
padding: 6px;
&:empty::after {
content: "\a";
white-space: pre;
}
}
img {
max-width: 100%;
&.drawing {
zoom: 50%;
.nightMode & {
filter: unquote("invert() hue-rotate(180deg)");
}
}
}