From 2847e9a237ad4cf0d3eac9b3ac2d4e145da2ce40 Mon Sep 17 00:00:00 2001 From: Jerry <16351105+jerryc127@users.noreply.github.com> Date: Wed, 24 Jun 2020 00:50:15 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=BE=A9=E5=8F=B3=E4=B8=8B?= =?UTF-8?q?=E8=A7=92=E6=8C=89=E9=88=95=E8=A2=ABbutton=E6=A8=99=E7=B1=A4?= =?UTF-8?q?=E5=A4=96=E6=8E=9B=E9=81=AE=E6=93=8B=E7=9A=84bugs=20:bug:=20?= =?UTF-8?q?=E4=BF=AE=E5=BE=A9=E9=96=8B=E5=95=9Fphotofigcaption=E5=BE=8C?= =?UTF-8?q?=EF=BC=8C=E5=9C=96=E5=BA=AB=E6=9C=83=E5=87=BA=E7=8F=BE=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E9=8C=AF=E4=BA=82=E7=9A=84Bugs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/css/_layout/rightside.styl | 1 + source/js/main.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/css/_layout/rightside.styl b/source/css/_layout/rightside.styl index 7b3d7f9..4693169 100644 --- a/source/css/_layout/rightside.styl +++ b/source/css/_layout/rightside.styl @@ -2,6 +2,7 @@ position: fixed right: -38px bottom: $rightside-bottom + z-index: 100 opacity: 0 transition: all .5s diff --git a/source/js/main.js b/source/js/main.js index 58ab1c4..7e0493a 100644 --- a/source/js/main.js +++ b/source/js/main.js @@ -356,7 +356,7 @@ $(function () { * PhotoFigcaption */ function addPhotoFigcaption () { - var images = $('#article-container img') + const images = $('#article-container img').not('.justified-gallery img') images.each(function (i, o) { var $this = $(o) if ($this.attr('alt')) {