mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
constrain editor and reviewer image width to container width
view height still makes more sense in the reviewing screen so images are relative to the window instead of the document
This commit is contained in:
parent
1c677bb9d4
commit
4b0873cc9a
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
|
||||
img {
|
||||
max-width: 90vw;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
@ -16,7 +16,7 @@ body.nightMode {
|
|||
}
|
||||
|
||||
img {
|
||||
max-width: 95vw;
|
||||
max-width: 95%;
|
||||
max-height: 95vh;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue