From 35a0480d9682300e7095d7d98c02f672e5934f94 Mon Sep 17 00:00:00 2001 From: Jabber Developer Date: Thu, 21 Aug 2025 00:13:20 +0200 Subject: [PATCH] Disable image pixelation It works well to preserve original pixels only under certain conditions. When an image gets smaller, it becomes much worse due to pixelation issues. --- src/styles/global.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 2f0b86d..4452c2a 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -14,11 +14,6 @@ } -img { - image-rendering: pixelated; /* Forces sharp rendering on scale. Avoid blurry images */ -} - - html[data-theme='dark'] { .main-pane { kbd {