@nyris/nyris-webapp 0.3.38 → 0.3.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyris/nyris-webapp",
3
- "version": "0.3.38",
3
+ "version": "0.3.39",
4
4
  "homepage": "./",
5
5
  "dependencies": {
6
6
  "@algolia/autocomplete-js": "^1.7.1",
@@ -12,8 +12,8 @@
12
12
  "@material-ui/data-grid": "^4.0.0-alpha.37",
13
13
  "@material-ui/icons": "^4.4.1",
14
14
  "@material-ui/lab": "^4.0.0-alpha.60",
15
- "@nyris/nyris-api": "^0.3.38",
16
- "@nyris/nyris-react-components": "^0.3.38",
15
+ "@nyris/nyris-api": "^0.3.39",
16
+ "@nyris/nyris-react-components": "^0.3.39",
17
17
  "@reduxjs/toolkit": "^1.6.1",
18
18
  "@splidejs/react-splide": "^0.7.12",
19
19
  "@types/blueimp-load-image": "^2.23.4",
@@ -215,8 +215,8 @@ function HeaderMobileComponent(props: Props): JSX.Element {
215
215
  <div
216
216
  style={{
217
217
  position: 'absolute',
218
- top: '10px',
219
- left: '31px',
218
+ top: '7px',
219
+ left: '35px',
220
220
  display: 'flex',
221
221
  justifyContent: 'center',
222
222
  alignItems: 'center',