From dafd1701128f6d10ca6ef36da823c8a5861c931d Mon Sep 17 00:00:00 2001 From: katkarpranav2004 Date: Wed, 12 Nov 2025 14:13:49 +0530 Subject: [PATCH] imorved gifs and emojis UI --- public/support.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/support.js b/public/support.js index 197c01b..b4e9ad6 100644 --- a/public/support.js +++ b/public/support.js @@ -4,6 +4,7 @@ * This includes the custom cursor, live clock, and the emoji/GIF picker panels. * This script is loaded with 'defer', so it executes after the DOM is parsed. */ +//corrected the gifs and made it suitable for all screens and improved the ui of emojis also // =================================================================================== // --- CURSOR LOGIC ---