From 965f3498177647c64eedab9fc1c984c9fc3a83cc Mon Sep 17 00:00:00 2001 From: eggman Date: Fri, 30 May 2025 01:17:23 -0400 Subject: [PATCH] added timer dialogue after finish up --- public/index.html | 111 +++++++++++++++++++++++++++++++++++++++++----- server.js | 77 ++++++++++++++++++++++++++++++++ 2 files changed, 176 insertions(+), 12 deletions(-) diff --git a/public/index.html b/public/index.html index ea83f7a..7ac5506 100644 --- a/public/index.html +++ b/public/index.html @@ -338,6 +338,10 @@ background-color: rgba(0,0,0,0.8); } + .modal.no-close { + pointer-events: auto; + } + .modal-content { background-color: #2a2a2a; margin: 15% auto; @@ -346,6 +350,11 @@ width: 90%; max-width: 500px; border: 2px solid #404040; + position: relative; + } + + .modal.no-close .modal-content { + pointer-events: auto; } .modal h2 { @@ -676,10 +685,9 @@ -