Post-merge changes

This commit is contained in:
Dariusz Niemczyk
2021-08-06 13:25:27 +02:00
parent 3b002c4c1f
commit 35386078a4
2 changed files with 2 additions and 1 deletions
@@ -24,7 +24,7 @@ const PIP_VIEW_WIDTH = 336;
const PIP_VIEW_HEIGHT = 232;
const MOVING_AMT = 0.2;
const SNAPPING_AMT = 0.05;
const SNAPPING_AMT = 0.1;
const PADDING = {
top: 58,