From 9e2bf57fcb6ba2cec10aee6209029992516f3ea2 Mon Sep 17 00:00:00 2001 From: Denis Komarkov Date: Tue, 24 Jan 2023 05:28:49 +0200 Subject: [PATCH] info menu --- www/index.html | 29 ++++-- www/index.ts | 114 ++++++++++++++---------- www/style.css | 54 +++++++++-- www/svgs/information-circle-outline.svg | 1 + 4 files changed, 135 insertions(+), 63 deletions(-) create mode 100644 www/svgs/information-circle-outline.svg diff --git a/www/index.html b/www/index.html index 0322724..618aa7c 100644 --- a/www/index.html +++ b/www/index.html @@ -28,7 +28,7 @@ * Disables use of inline scripts in order to mitigate risk of XSS vulnerabilities. To change this: * Enable inline JS: add 'unsafe-inline' to default-src --> - + @@ -37,9 +37,9 @@ Calculator -
+
- +
@@ -83,8 +83,9 @@