From 4283926ae35b575c93c24ca1ecd8dffa11257376 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 24 Mar 2026 00:39:08 +0500 Subject: [PATCH] clear empty box --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6b2f030..51593f4 100644 --- a/index.html +++ b/index.html @@ -880,7 +880,7 @@ if (data.length === 0) { emptyState.style.display = 'block'; - emptyStateMobile.style.display = 'block'; + emptyStateMobile.style.display = ''; // Let CSS media queries handle visibility resultsCount.textContent = filteredHistory ? 'No results found' : ''; return; }