pinokiod 3.54.0 → 3.55.0

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": "pinokiod",
3
- "version": "3.54.0",
3
+ "version": "3.55.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,7 +29,7 @@ header.grabbable {
29
29
  /*
30
30
  padding: 32px 10px 0 !important;
31
31
  */
32
- padding: 22px 10px 0 !important;
32
+ padding: 26px 0px 0 !important;
33
33
  }
34
34
  /*
35
35
  header {
@@ -2391,7 +2391,9 @@ body.minimized header .home {
2391
2391
  top: 0;
2392
2392
  }
2393
2393
  body.minimized header {
2394
- padding: 10px 0 0 !important;
2394
+ /*
2395
+ padding: 26px 0 0 !important;
2396
+ */
2395
2397
  overflow: auto;
2396
2398
  flex-shrink: 0;
2397
2399
  position: fixed;