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] {
&.lazyloaded {
z-index: 1;
-webkit-animation: fade-in 0.4s ease-in;
animation: fade-in 0.4s ease-in;
}