From e050a0de41d36d1ebaa330e24a9633930b622f57 Mon Sep 17 00:00:00 2001 From: Zhora Shalyapin Date: Fri, 29 Nov 2024 13:05:46 +0000 Subject: [PATCH] fix cursor --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 50c9544..9a2e9be 100644 --- a/main.js +++ b/main.js @@ -545,7 +545,7 @@ width: 60px; } - .files-container img.preview { + .file-container img.preview { cursor: zoom-in; }