pinokiod 3.98.0 → 3.99.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.98.0",
3
+ "version": "3.99.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  const HOST_ORIGIN = window.location.origin;
24
24
  const STORAGE_PREFIX = 'pinokio:layout:';
25
25
  const MIN_PANEL_SIZE = 120;
26
- const GUTTER_SIZE = 6;
26
+ const GUTTER_SIZE = 4;
27
27
 
28
28
  const state = {
29
29
  sessionId: typeof parsedConfig.sessionId === 'string' && parsedConfig.sessionId.trim() ? parsedConfig.sessionId.trim() : null,
@@ -290,7 +290,7 @@ body.dark .navheader2 .btn {
290
290
  /*
291
291
  padding: 10px 0;
292
292
  */
293
- padding: 0 0 8px;
293
+ padding: 0 0 4px;
294
294
  /*
295
295
  background: white;
296
296
  */
@@ -148,7 +148,7 @@ body.dark .appcanvas_filler {
148
148
  border: none;
149
149
  }
150
150
  .appcanvas_filler {
151
- height: 8px;
151
+ height: 4px;
152
152
  background: #F9F9FB !important;
153
153
  border-top: 1px solid var(--pinokio-sidebar-tabbar-border);
154
154
  }
@@ -55,8 +55,8 @@ main {
55
55
 
56
56
  /*
57
57
  margin-bottom: 10px;
58
- */
59
58
  background: rgba(0,0,0,0.05);
59
+ */
60
60
  }
61
61
  .tab:hover,
62
62
  .tab:focus-visible {