From 8c38c834bdecc36fb65e8427042bf6b74552affd Mon Sep 17 00:00:00 2001 From: Zhora Shalyapin Date: Mon, 2 Dec 2024 13:00:55 +0000 Subject: [PATCH] zoom-in for images --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 8a0693d..d35dd9f 100644 --- a/main.js +++ b/main.js @@ -585,7 +585,7 @@ width: 60px; } - .file-container img.preview { + .file-container img:is(.preview, .preview-small) { cursor: zoom-in; }