1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +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
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808

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;