diff --git a/static/ui.js b/static/ui.js index 5f8915b..0520c2e 100644 --- a/static/ui.js +++ b/static/ui.js @@ -65,9 +65,12 @@ function Config() { padding: 0.45em; } .input_row input { - flex-grow: 1 + flex-grow: 1; + } + .centered { + justify-content: center; + align-items: center; } - `; return html` @@ -83,10 +86,9 @@ function Config() { }, ])}>use libcurl.js - -
+
@@ -94,6 +96,9 @@ function Config() {
+
+ +
`; }