[Sprint/GiddyGiraffe](bug) Various minor fixes 924
Closes #924
Reminded mature content overlay needed a resize (without the second change implemented)
Moved dropdown in corner of activity, up
1/2 discussions resolved
changed the description
- Resolved by Ben Hayward
resolved all discussions
mentioned in merge request !228 (merged)
75 75 ); 76 76 77 77 const show_overlay = (entity.shouldBeBlured() && !entity.is_parent_mature) && !(entity.shouldBeBlured() && entity.is_parent_mature); 78 const overlay = (show_overlay) ? <ExplicitOverlay 78 const overlay = (show_overlay) ? <ExplicitOverlay style={styles.overlay} - Maintainer
I think the
style={styles.overlay}
is not necessary here