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)
This commit is contained in:
ccd0 2019-07-22 17:35:17 -07:00
parent 02fa06d4ef
commit 8688bfc955

View File

@ -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;
}