1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

fix: post's image would cover the PWA update alert

This commit is contained in:
Cotes Chung 2023-01-08 00:30:14 +08:00
parent f2d285844e
commit bd374dd383
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808

View File

@ -86,7 +86,6 @@ img {
&[data-src] { &[data-src] {
&.lazyloaded { &.lazyloaded {
z-index: 1;
-webkit-animation: fade-in 0.4s ease-in; -webkit-animation: fade-in 0.4s ease-in;
animation: fade-in 0.4s ease-in; animation: fade-in 0.4s ease-in;
} }