@industry-theme/file-city-panel 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54754,9 +54754,9 @@ const CodeCityPanelContent = ({
54754
54754
  {
54755
54755
  style: {
54756
54756
  // In landscape: fixed width for square map, flex height
54757
- // In portrait: limit to 65% height when tour player is on top
54757
+ // In portrait: limit to 60% height when tour player is on top
54758
54758
  width: layout.legendPosition === "right" ? layout.mapSize : "100%",
54759
- height: layout.legendPosition === "top" ? "65%" : layout.legendPosition === "bottom" ? layout.mapSize : "100%",
54759
+ height: layout.legendPosition === "top" ? "60%" : layout.legendPosition === "bottom" ? layout.mapSize : "100%",
54760
54760
  flexShrink: 0,
54761
54761
  position: "relative",
54762
54762
  display: "flex",