fix(lightbox): prevent unintended activation during navigation and fix broken images
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-19 18:16:34 +01:00
parent 64a3c1d583
commit af4cc2ae48
3 changed files with 6 additions and 5 deletions

View File

@@ -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;
}