fix(lightbox): prevent unintended activation during navigation and fix broken images
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
This commit is contained in:
@@ -68,7 +68,7 @@ html[data-theme='light'] {
|
||||
}
|
||||
}
|
||||
|
||||
.kg-image-card img, .post-content img {
|
||||
.kg-image-card img, .post-content img, .post-feature-image img {
|
||||
@apply cursor-pointer transition-opacity duration-200 hover:opacity-90;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user