From e4b758bb1107bead71d215c4403c879cd68032d2 Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Wed, 15 Jun 2022 02:16:03 +0200 Subject: [PATCH] Updated design --- src/components/ui/settingsSide.tsx | 74 ++++++++++++++++-------------- src/index.css | 35 ++++++++++++++ src/index.ts | 2 + 3 files changed, 76 insertions(+), 35 deletions(-) diff --git a/src/components/ui/settingsSide.tsx b/src/components/ui/settingsSide.tsx index e3e70bd..d21a9e9 100644 --- a/src/components/ui/settingsSide.tsx +++ b/src/components/ui/settingsSide.tsx @@ -45,43 +45,47 @@ function SettingsSide() { return (
-
-

FPS:

- { - if(e.target.value.trim().length !== 0) setFps(parseInt(e.target.value)); - }}/> -
-
-

Width:

- { - if(e.target.value.trim().length !== 0) setWidth(parseInt(e.target.value)); - }}/> -
-
-

Stick Distance:

- { - if(e.target.value.trim().length !== 0) setStickDistance(parseInt(e.target.value)); - }}/> -
-
-

Stick Mode:

-