Merge pull request #257 from tangly1024/fix-gallery-image

照片集缩放
This commit is contained in:
tangly1024
2022-05-19 16:40:20 +08:00
committed by GitHub

View File

@@ -154,3 +154,7 @@ nav {
z-index: 1000;
pointer-events: none;
}
.medium-zoom-image--opened{
width: auto; !important;
}