use screen-relative max height/width
this should matche the Anki 2.0 behaviour
This commit is contained in:
parent
1a6de042df
commit
47478e584f
@ -21,7 +21,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 90%;
|
max-width: 90vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -16,8 +16,8 @@ body.nightMode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 95%;
|
max-width: 95vw;
|
||||||
max-height: 95%;
|
max-height: 95vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#_flag {
|
#_flag {
|
||||||
|
Loading…
Reference in New Issue
Block a user