Skip to content
Snippets Groups Projects
Unverified Commit ddf6c9ce authored by tusooa's avatar tusooa :zap:
Browse files

Allow pinch-zoom to fill the whole screen

parent 9f3a983f
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,10 @@
flex-direction: column;
max-width: 90%;
max-height: 95%;
width: 100%;
height: 100%;
flex-grow: 1;
justify-content: center;
&-inner {
width: 100%;
......@@ -149,6 +152,7 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment