@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 +6 -0
- package/package.json +1 -1
- package/src/Toolbar/styles.less +7 -9
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
package/src/Toolbar/styles.less
CHANGED
|
@@ -190,16 +190,14 @@
|
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
.visualization-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
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
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
}
|
|
198
|
+
.right-col {
|
|
199
|
+
.trigger-button {
|
|
200
|
+
flex-flow: column;
|
|
203
201
|
}
|
|
204
202
|
}
|
|
205
203
|
}
|