diff --git a/static/index.html b/static/index.html
index b49d2db..ebbdd2a 100644
--- a/static/index.html
+++ b/static/index.html
@@ -13,6 +13,22 @@ body {
align-items: center;
}
+sl-input {
+ margin-bottom: 10px;
+}
+
+sl-button {
+ margin-top: 10px;
+}
+
+sl-alert {
+ margin-top: 20px;
+}
+
+sl-tree {
+ margin-top: 20px;
+}
+
sl-icon[name="type"] {
color: var(--sl-color-danger-500);
}
@@ -256,30 +272,21 @@ document.addEventListener('DOMContentLoaded', async () => {
+
-
-
-