From e9e2ba7fcfb7722f82db005fe3197f9e0ae9b056 Mon Sep 17 00:00:00 2001 From: Damian Idzinski <45018439+Damian-I@users.noreply.github.com> Date: Tue, 18 Feb 2025 21:29:02 +0000 Subject: [PATCH] Add files via upload --- index.html | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 108 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 290608d..6c02819 100644 --- a/index.html +++ b/index.html @@ -112,6 +112,20 @@ background: rgba(0, 0, 0, 0.5); z-index: 999; } + + #bluetooth-scanner-ui { + position: absolute; + top: 10px; + right: 10px; + display: none; + } + + .scanner-display { + background: rgba(0, 0, 0, 0.8); + color: white; + padding: 10px; + font-family: sans-serif; + } @@ -120,7 +134,13 @@