diff --git a/src/components/manage/Blocks/IndustryMap/styles.less b/src/components/manage/Blocks/IndustryMap/styles.less index 49c5ad6..98e8959 100644 --- a/src/components/manage/Blocks/IndustryMap/styles.less +++ b/src/components/manage/Blocks/IndustryMap/styles.less @@ -3,9 +3,13 @@ @type: extra; @element: custom; +div#view .ui.container > .styled-industry_map:last-child { + margin-bottom: 0; +} + .industry-map { - height: 600px; - min-height: 600px; + height: 800px; + min-height: 800px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08); .privacy-protection { @@ -17,8 +21,8 @@ } .ol-map { - height: 600px; - min-height: 600px; + height: 800px; + min-height: 800px; .ol-viewport { overflow: visible !important; diff --git a/src/components/manage/Blocks/NavigationBlock/View.jsx b/src/components/manage/Blocks/NavigationBlock/View.jsx index 4bf1cc2..2414a96 100644 --- a/src/components/manage/Blocks/NavigationBlock/View.jsx +++ b/src/components/manage/Blocks/NavigationBlock/View.jsx @@ -7,7 +7,7 @@ import { getBaseUrl } from '@plone/volto/helpers'; import './styles.less'; const MenuWrapper = ({ children, data }) => { - if (data.styles?.stretch === 'stretch') { + if (data.styles?.align === 'full') { return {children}; } return children; diff --git a/src/components/manage/Blocks/NavigationBlock/styles.less b/src/components/manage/Blocks/NavigationBlock/styles.less index 5bf81c5..8530ef8 100644 --- a/src/components/manage/Blocks/NavigationBlock/styles.less +++ b/src/components/manage/Blocks/NavigationBlock/styles.less @@ -5,6 +5,10 @@ @borderSize: 3px; +.styled-navigationBlock.styled-with-bg.full-width { + padding: 0; +} + .industrial-site-style { .ui.menu.navigation-block { flex-wrap: wrap;