From 8688bfc9550de8a9a9e7e00456b7040435d40d0e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 22 Jul 2019 17:35:17 -0700 Subject: [PATCH] Fix bug from v1.14.10.0 causing full image and thumbnail to briefly appear simultaneously while contracting images and causing unwanted scrolling. (bug from commit 829ef77159652710df48e3a85eef5e097f7052e1) --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 8447debbd..038cef4fa 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -1316,7 +1316,7 @@ textarea.copy-text-element { .expanded-image > .post > .file > .fileThumb > img[data-md5] { display: none; } -.full-image[data-full-i-d] { +.full-image[data-file-i-d] { display: none; cursor: pointer; }