From 652cb26f57f485d3ab846dd34b7e9bee571129c7 Mon Sep 17 00:00:00 2001 From: Ethan Marshall Date: Sun, 28 Jan 2024 21:09:28 +0000 Subject: [PATCH] Add "People with this name" button --- index.css | 4 ++++ index.gohtml | 2 ++ index.js | 9 +++++++++ 3 files changed, 15 insertions(+) diff --git a/index.css b/index.css index 6f427b3..79d4807 100644 --- a/index.css +++ b/index.css @@ -45,6 +45,10 @@ input.highlight { cursor: wait !important; } +.hidden { + display: none; +} + footer { font-size: small !important; position: fixed; diff --git a/index.gohtml b/index.gohtml index b57bb7a..66c2d49 100644 --- a/index.gohtml +++ b/index.gohtml @@ -20,6 +20,8 @@
+
+