Pārlūkot izejas kodu

오타가 있어 수정 600 을 560

goodboy 6 gadi atpakaļ
vecāks
revīzija
0ca072edb1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/pages/PlayerGesture.js

+ 1 - 1
src/pages/PlayerGesture.js

@@ -25,7 +25,7 @@ const statusBarHeight = getStatusBarHeight();
 const minHeight = height * 0.1;
 const midBound = height - height / 2.5;
 const upperBound = 
-  height > 600
+  height > 560
     ?height * 0.75 - getInset('bottom')
     :height * 0.70;