diff --git a/static/css/app.css b/static/css/app.css index b3aaebdfe..040e4c46a 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -311,6 +311,15 @@ padding: 10px; height: 50px; bottom: 0px; + display: flex; + align-items: center; + justify-content: space-between; +} + +#input .actions .pull-left { + display: flex; + align-items: center; + gap: 2px; } #input .actions #result-rows-count { @@ -914,3 +923,9 @@ .ace_autocomplete .ace_active-line { background: #eee !important; } + +.editor-modes { + position: absolute; + top:5px; + right:0px; +} diff --git a/static/index.html b/static/index.html index 3f1a57339..e40ee3b15 100644 --- a/static/index.html +++ b/static/index.html @@ -77,24 +77,38 @@
- -
- - -
-