🐛 修復右下角按鈕被button標籤外掛遮擋的bugs

🐛 修復開啟photofigcaption後,圖庫會出現界面錯亂的Bugs
This commit is contained in:
Jerry
2020-06-24 00:50:15 +08:00
parent 1d293c0fc7
commit 2847e9a237
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
position: fixed position: fixed
right: -38px right: -38px
bottom: $rightside-bottom bottom: $rightside-bottom
z-index: 100
opacity: 0 opacity: 0
transition: all .5s transition: all .5s

View File

@@ -356,7 +356,7 @@ $(function () {
* PhotoFigcaption * PhotoFigcaption
*/ */
function addPhotoFigcaption () { function addPhotoFigcaption () {
var images = $('#article-container img') const images = $('#article-container img').not('.justified-gallery img')
images.each(function (i, o) { images.each(function (i, o) {
var $this = $(o) var $this = $(o)
if ($this.attr('alt')) { if ($this.attr('alt')) {