perfect-gui 4.11.13 → 4.11.14

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.
@@ -436,6 +436,7 @@ const P = (
436
436
  padding: 0 3px 0 3px;
437
437
  border-radius: var(--main-border-radius);
438
438
  box-sizing: border-box;
439
+ border-left: 1px solid #bbbbbb;
439
440
  }
440
441
 
441
442
  .p-gui__folder--first {
@@ -339,6 +339,7 @@
339
339
  padding: 0 3px 0 3px;
340
340
  border-radius: var(--main-border-radius);
341
341
  box-sizing: border-box;
342
+ border-left: 1px solid #bbbbbb;
342
343
  }
343
344
 
344
345
  .p-gui__folder--first {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "perfect-gui",
3
- "version": "4.11.13",
3
+ "version": "4.11.14",
4
4
  "description": "GUI for JavaScript",
5
5
  "main": "src/index.js",
6
6
  "scripts": {