@eeacms/volto-arcgis-block 0.1.458 → 0.1.459

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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [0.1.459](https://github.com/eea/volto-arcgis-block/compare/0.1.458...0.1.459) - 1 July 2026
8
+
7
9
  ### [0.1.458](https://github.com/eea/volto-arcgis-block/compare/0.1.457...0.1.458) - 29 June 2026
8
10
 
9
11
  #### :house: Internal changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-arcgis-block",
3
- "version": "0.1.458",
3
+ "version": "0.1.459",
4
4
  "description": "volto-arcgis-block: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: CodeSyntax",
@@ -924,6 +924,16 @@ div.upload-container
924
924
  }
925
925
  }
926
926
 
927
+ @media only screen and (max-width: 400px) {
928
+ .map-menu.tab-container {
929
+ width: 170px !important;
930
+ }
931
+
932
+ .esri-search {
933
+ width: 205px !important;
934
+ }
935
+ }
936
+
927
937
  /* Login */
928
938
  .login-panel {
929
939
  position: absolute;