mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
use screen-relative max height/width
this should matche the Anki 2.0 behaviour
This commit is contained in:
parent
1a6de042df
commit
47478e584f
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
img {
|
||||
max-width: 90%;
|
||||
max-width: 90vw;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
@ -16,8 +16,8 @@ body.nightMode {
|
|||
}
|
||||
|
||||
img {
|
||||
max-width: 95%;
|
||||
max-height: 95%;
|
||||
max-width: 95vw;
|
||||
max-height: 95vh;
|
||||
}
|
||||
|
||||
#_flag {
|
||||
|
|
Loading…
Reference in a new issue