From 4ff748818e3b00849176e0b2df53d0418038cee0 Mon Sep 17 00:00:00 2001 From: mdPlusPlus Date: Tue, 10 Jan 2023 01:27:34 +0100 Subject: [PATCH] Add pointer cursor to QR pictogram --- html_generator.php | 2 +- output/styles2.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/html_generator.php b/html_generator.php index 07cb66c..d3f4863 100644 --- a/html_generator.php +++ b/html_generator.php @@ -55,7 +55,7 @@ " " . $content["description"] . "" . PHP_EOL . " " . $content["active_users"] . "" . PHP_EOL . " " . $content["preview_link"] . "" . PHP_EOL . - " \"Pictogram" . PHP_EOL . + " \"Pictogram" . PHP_EOL . " " . $content["join_link"] . "" . PHP_EOL . " " . PHP_EOL; $table_lines[] = $line; diff --git a/output/styles2.css b/output/styles2.css index 1d0531a..a26f8ce 100644 --- a/output/styles2.css +++ b/output/styles2.css @@ -49,6 +49,9 @@ body { background-color: var(--session-classic-da margin-right: auto; width: 50%; } +.qr-code-icon { + cursor: pointer; +} .qr-code-modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */