From b9181ed6dad8fcf8a57cebcd5b13d2903a988954 Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Sat, 30 Mar 2024 17:48:39 +0100 Subject: [PATCH] quix pico css fix 3 --- src/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index a1342fa..72eb716 100644 --- a/src/index.php +++ b/src/index.php @@ -347,7 +347,8 @@ elDesc.appendChild(elUrl); elUrl.appendChild(txUrl); elDetails.appendChild(elDesc); - + const elHr = document.createElement("hr"); + elOptions.appendChild(elHr); } document.getElementById("options").style.display = "block"; switch (optionsPath) {