pinokiod 3.71.0 → 3.72.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.71.0",
3
+ "version": "3.72.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2352,6 +2352,12 @@ body.dark .mode-selector .btn2.selected {
2352
2352
  }
2353
2353
 
2354
2354
 
2355
+ body.dark[data-agent='electron'] #dragger {
2356
+ background: rgb(27, 28, 29);
2357
+ }
2358
+ body[data-agent='electron'] #dragger {
2359
+ display: block;
2360
+ }
2355
2361
  #dragger {
2356
2362
  -webkit-app-region: drag;
2357
2363
  cursor: grab;
@@ -2362,9 +2368,7 @@ body.dark .mode-selector .btn2.selected {
2362
2368
  height: 26px;
2363
2369
  width: 100%;
2364
2370
  z-index: 1000000000000;
2365
- /*
2366
2371
  display: none;
2367
- */
2368
2372
  }
2369
2373
 
2370
2374