mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02: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 {
|
img {
|
||||||
max-width: 95%;
|
max-width: 100%;
|
||||||
max-height: 95vh;
|
max-height: 95vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue