mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
🐛 修復右下角按鈕被button標籤外掛遮擋的bugs
🐛 修復開啟photofigcaption後,圖庫會出現界面錯亂的Bugs
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user