From cabb46d33cbcac6aac74dfdf233866e961b90ddf Mon Sep 17 00:00:00 2001 From: Klemek Date: Tue, 29 Aug 2023 16:44:27 +0200 Subject: [PATCH] show memory size --- index.html | 8 ++++++++ style.css | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a37cea0..9d2fbfa 100644 --- a/index.html +++ b/index.html @@ -51,6 +51,14 @@ + + + + + + {{ urlLength }} / 2048 + +
@Klemek - Github Repository - {{currentYear}} diff --git a/style.css b/style.css index 2fb0cd4..a568eae 100644 --- a/style.css +++ b/style.css @@ -134,7 +134,7 @@ table.config td { max-width: 30%; } -table.config td button { +table.config td button, table.config td progress { width: 100%; }