- 🇩🇪Germany AgathaCrystal Potsdam
First time creating a patch - I tested it on d10 and d9. But I couldn't figure out, how to properly test it.
Using Balzy module with Gin theme, producing media image rendering issue. Due to conflict in css, image is visually hidden in media gallery with grid format.
I see, Blazy has added conflict css with bootstrap with is giving issue with GIn theme
/** Fix for conflict with Bootstrap CSS if not using aspect ratio. */
.blazy .media {
display: block;
position: relative; //This css os conflicting with the Gin theme, added to fix conflict for Bootstrap css
}
Fixed
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
First time creating a patch - I tested it on d10 and d9. But I couldn't figure out, how to properly test it.