From d3130450055324fc31268ada9abbd9ab7cfeb7d5 Mon Sep 17 00:00:00 2001 From: Arindy Date: Wed, 12 Feb 2025 02:03:47 +0100 Subject: [PATCH 1/2] implements rejoin mechanism --- src/main/resources/templates/index.html | 34 ++++++++++++++++++++----- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 902f65f..33c9a8a 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -161,7 +161,7 @@ .checkbox { position: relative; - padding-left: 100px; + padding-left: 50px; margin-bottom: 12px; margin-left: 10px; cursor: pointer; @@ -180,7 +180,7 @@ } .checkmark { - margin-left: 75px; + margin-left: 25px; position: absolute; top: 0; left: 0; @@ -266,13 +266,14 @@ required onkeyup="start(event)"/>

-
+
+