diff --git a/html/css/main.css b/html/css/main.css index cfcd7b6..6369d06 100644 --- a/html/css/main.css +++ b/html/css/main.css @@ -202,6 +202,10 @@ code { align-items: center; } +.flex-group.right { + margin-left: auto; +} + #status { margin: 10px 0; } @@ -436,6 +440,10 @@ body.debug-mode select:disabled { min-width: 80px; } + .flex-group.right { + margin-left: 0; + } + .canvas-tools.flex-container { flex-direction: row; flex-wrap: wrap; diff --git a/html/index.html b/html/index.html index b63ab3f..2bc1aa5 100644 --- a/html/index.html +++ b/html/index.html @@ -3,13 +3,13 @@
-