pinokiod 3.60.0 → 3.61.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.60.0",
3
+ "version": "3.61.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2358,7 +2358,7 @@ body.dark .mode-selector .btn2.selected {
2358
2358
  top: 0;
2359
2359
  left: 0;
2360
2360
  right: 0;
2361
- height: 20px;
2361
+ height: 26px;
2362
2362
  width: 100%;
2363
2363
  z-index: 1000000000000;
2364
2364
  display: none;
@@ -2451,6 +2451,9 @@ body.minimized aside .tab.submenu {
2451
2451
  padding: 10px;
2452
2452
  }
2453
2453
 
2454
+ body.minimized[data-agent='electron'] header {
2455
+ top: 26px;
2456
+ }
2454
2457
  body[data-agent='electron'] {
2455
- padding-top: 16px;
2458
+ padding-top: 26px;
2456
2459
  }