diff --git a/app/src/frontend/building/data-containers/community.tsx b/app/src/frontend/building/data-containers/community.tsx index 233aed77..6b61e82b 100644 --- a/app/src/frontend/building/data-containers/community.tsx +++ b/app/src/frontend/building/data-containers/community.tsx @@ -121,9 +121,16 @@ const CommunityView: React.FunctionComponent = (props) => { mode={props.mode} copy={props.copy} /> - + : + + } +
= (props) => { mode={props.mode} copy={props.copy} /> - + : + + } + + @@ -198,9 +213,6 @@ const CommunityView: React.FunctionComponent = (props) => { mode={props.mode} copy={props.copy} /> - = (props) => { user_verified_as={props.user_verified.community_public_ownership_sources} verified_count={props.building.verified.community_public_ownership_sources} /> + {(props.mapColourScale == "community_in_public_ownership") ? + + : + + } }; diff --git a/app/src/frontend/map/map-button.css b/app/src/frontend/map/map-button.css index 86fd8b96..a0b53066 100644 --- a/app/src/frontend/map/map-button.css +++ b/app/src/frontend/map/map-button.css @@ -125,7 +125,7 @@ border-radius: 4px; /*background: #FFC0CB;*/ margin: 12px; - min-width: 400px; + width: 400px; color: #343a40; } .map-switcher-inline.night {