mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Add max-width: 100% to editable.scss
This commit is contained in:
parent
ab1e59a04d
commit
cfa44025a8
1 changed files with 8 additions and 4 deletions
|
@ -10,10 +10,14 @@ anki-editable {
|
|||
}
|
||||
}
|
||||
|
||||
img.drawing {
|
||||
zoom: 50%;
|
||||
img {
|
||||
max-width: 100%;
|
||||
|
||||
.nightMode & {
|
||||
filter: unquote("invert() hue-rotate(180deg)");
|
||||
&.drawing {
|
||||
zoom: 50%;
|
||||
|
||||
.nightMode & {
|
||||
filter: unquote("invert() hue-rotate(180deg)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue