Allow pinch-zoom to fill the whole screen

このコミットが含まれているのは:
Tusooa Zhu 2021-08-02 20:46:10 -04:00
コミット ddf6c9cef0
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 7B467EDE43A08224
1個のファイルの変更4行の追加0行の削除

ファイルの表示

@ -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;
}
}