From 191d35dd938d7426960506bbebe3e19bda78fd99 Mon Sep 17 00:00:00 2001 From: halfblood Date: Sun, 15 Oct 2023 07:42:25 +0330 Subject: [PATCH] updated --- index.html | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index b46220f..1ae9f5a 100755 --- a/index.html +++ b/index.html @@ -4,6 +4,8 @@ FSM Ninja + + @@ -45,6 +47,30 @@ display: flex; } + #panel { + display: none; + } + + #board { + display: flex; + padding-left: 8rem; + padding-right: 8rem; + margin: 1rem; + } + + /* Display the options class on screens with a minimum width of 768px (adjust as needed) */ + @media (min-width: 1000px) { + #panel { + display: flex; + } + } + + @media only screen and (max-width: 1000px) { + #board { + display: flex; + justify-content: center; + } + } .jsoneditor { border: none; @@ -172,7 +198,7 @@ -
+
@@ -278,7 +304,8 @@
Action:
Double-click on the created state to make it Accept State - or revert back to Normal State + or revert back to + Normal State

Description
@@ -292,7 +319,11 @@

Delete

Action:

Click - on the state/link and press delete (In Mac use fn + backspace) + on the state/link and press + delete + (In Mac use + fn + backspace + )

Description
@@ -300,7 +331,8 @@
Description
Remove a state or - link. + link + .

@@ -309,7 +341,9 @@

Modify Props

Action:

Click - on the small square near the specific field to edit it. + on the + small square + near the specific field to edit it.

Description