Allow pinch-zoom to fill the whole screen

This commit is contained in:
Tusooa Zhu 2021-08-02 20:46:10 -04:00
parent 33384af5df
commit 1478e72fcc
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224

View file

@ -107,7 +107,10 @@
flex-direction: column;
max-width: 90%;
max-height: 95%;
width: 100%;
height: 100%;
flex-grow: 1;
justify-content: center;
&-inner {
width: 100%;
@ -116,6 +119,7 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
}