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:
Damien Elmes 2020-02-12 08:33:55 +10:00
parent 1c677bb9d4
commit 4b0873cc9a
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
}
img {
max-width: 90vw;
max-width: 90%;
}
body {

View file

@ -16,7 +16,7 @@ body.nightMode {
}
img {
max-width: 95vw;
max-width: 95%;
max-height: 95vh;
}