mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Set max-width of images in the reviewer to 100%
This commit is contained in:
parent
bae09a4743
commit
a8ffdc2d7f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ body.nightMode {
|
|||
}
|
||||
|
||||
img {
|
||||
max-width: 95%;
|
||||
max-width: 100%;
|
||||
max-height: 95vh;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue