@eeacms/volto-embed 7.0.1 → 7.0.2

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,12 @@ 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
+ ### [7.0.2](https://github.com/eea/volto-embed/compare/7.0.1...7.0.2) - 10 November 2023
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat: update toolbar mobile style [Miu Razvan - [`2e96684`](https://github.com/eea/volto-embed/commit/2e96684241f8f33e5b167511bfb9885122820baa)]
12
+
7
13
  ### [7.0.1](https://github.com/eea/volto-embed/compare/7.0.0...7.0.1) - 7 November 2023
8
14
 
9
15
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-embed",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "description": "Embed external content",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -190,16 +190,14 @@
190
190
  }
191
191
  }
192
192
 
193
- .visualization-wrapper.mobile {
194
- .visualization-toolbar {
195
- flex-flow: column;
196
- align-items: center;
197
- row-gap: 0.5rem;
193
+ .visualization-toolbar.mobile {
194
+ flex-flow: column;
195
+ align-items: center;
196
+ row-gap: 0.5rem;
198
197
 
199
- .right-col {
200
- .trigger-button {
201
- flex-flow: column;
202
- }
198
+ .right-col {
199
+ .trigger-button {
200
+ flex-flow: column;
203
201
  }
204
202
  }
205
203
  }