1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

refactor(img): disable transition effect in popup images

This commit is contained in:
Cotes Chung
2023-05-13 08:15:31 +08:00
parent 129c4b3fa6
commit b3c4d741b2

View File

@@ -703,12 +703,17 @@ i {
/* --- Overriding --- */
/* magnific-popup */
figure .mfp-title {
text-align: center;
padding-right: 0;
margin-top: 0.5rem;
}
.mfp-img {
transition: none;
}
/* mermaid */
.mermaid {
text-align: center;