Skip to content

fix: active images hidden by gallery CSS ordering - #76

Merged
elsirion merged 1 commit into
fedimint:mainfrom
NicolaLS:fix-css-specificity-gallery
Apr 3, 2026
Merged

fix: active images hidden by gallery CSS ordering#76
elsirion merged 1 commit into
fedimint:mainfrom
NicolaLS:fix-css-specificity-gallery

Conversation

@NicolaLS

@NicolaLS NicolaLS commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

in the production build the minified css might get re-ordered so .galleryImg { opacity: 0; } might appear after .galleryImgActive { opacity: 1; } and the active image is hidden as well. so making the active rule more specific prevents this.

@elsirion
elsirion merged commit 5155899 into fedimint:main Apr 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants