refactor(img): disable transition effect in popup images
This commit is contained in:
parent
129c4b3fa6
commit
b3c4d741b2
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue