pinokiod 3.61.0 → 3.62.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.61.0",
3
+ "version": "3.62.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -28,8 +28,8 @@ aside {
28
28
  header.grabbable {
29
29
  /*
30
30
  padding: 32px 10px 0 !important;
31
- */
32
31
  padding: 26px 0px 0 !important;
32
+ */
33
33
  }
34
34
  /*
35
35
  header {
@@ -2361,7 +2361,9 @@ body.dark .mode-selector .btn2.selected {
2361
2361
  height: 26px;
2362
2362
  width: 100%;
2363
2363
  z-index: 1000000000000;
2364
+ /*
2364
2365
  display: none;
2366
+ */
2365
2367
  }
2366
2368
 
2367
2369
 
@@ -2444,9 +2446,11 @@ body.minimized main .container {
2444
2446
  body.minimized .app-icon {
2445
2447
  display: block;
2446
2448
  }
2449
+ /*
2447
2450
  body.minimized #dragger {
2448
2451
  display: block;
2449
2452
  }
2453
+ */
2450
2454
  body.minimized aside .tab.submenu {
2451
2455
  padding: 10px;
2452
2456
  }