From 8f5230f9a129bf3cec01724ae3677d8af85ca512 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Sun, 13 Oct 2024 16:54:37 -0500 Subject: [PATCH] feat: add close button to configure dialog --- static/ui.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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() {
+
+ +
`; }