You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Increase snapping speed
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ const PIP_VIEW_WIDTH = 336;
|
|||||||
const PIP_VIEW_HEIGHT = 232;
|
const PIP_VIEW_HEIGHT = 232;
|
||||||
|
|
||||||
const MOVING_AMT = 0.2;
|
const MOVING_AMT = 0.2;
|
||||||
const SNAPPING_AMT = 0.05;
|
const SNAPPING_AMT = 0.1;
|
||||||
|
|
||||||
const PADDING = {
|
const PADDING = {
|
||||||
top: 58,
|
top: 58,
|
||||||
|
|||||||
Reference in New Issue
Block a user