diff --git a/commander.html b/commander.html index 0941899..f7f62df 100644 --- a/commander.html +++ b/commander.html @@ -30,6 +30,17 @@ cursor: pointer; display: inline-block; } + #edit_config { + position: absolute; + background-color: var(--background-second); + top: 0; + left: 0; + right: 0; + /* height: 100%; */ + } + #edit_config form { + margin: 40px auto; + }
@@ -66,6 +77,19 @@ +