pinokiod 3.77.0 → 3.78.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.77.0",
3
+ "version": "3.78.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -94,11 +94,13 @@ body.dark .urlbar input[type=url] {
94
94
  }
95
95
  body.minimized .mobile-link-button {
96
96
  border-radius: 0;
97
+ margin: 0;
97
98
  }
98
99
  .mobile-link-button {
99
100
  background: rgba(0,0,0,0.05);
100
101
  padding: 5px;
101
102
  flex-grow: 1;
103
+ margin: 0 5px;
102
104
  }
103
105
  .urlbar input[type=url] {
104
106
  background: rgba(0,0,0,0.05);
@@ -49,7 +49,7 @@ body.dark {
49
49
  background: #1B1C1D;
50
50
  }
51
51
  body.dark .gutter {
52
- background: #111111;
52
+ background: #222;
53
53
  }
54
54
  body.resizing, .gutter:hover {
55
55
  cursor: col-resize;
@@ -212,7 +212,7 @@ body[data-agent='electron'] {
212
212
  }
213
213
  let existing_iframe = document.querySelector("iframe")
214
214
  if (existing_iframe) {
215
- document.body.className = "single"
215
+ document.body.classList.add("single")
216
216
  } else {
217
217
  if (window.parent) {
218
218
  // if all child iframes have been removed, remove self
@@ -44,7 +44,7 @@ body.dark {
44
44
  background: #1B1C1D;
45
45
  }
46
46
  body.dark .gutter {
47
- background: #111111;
47
+ background: #222;
48
48
  }
49
49
  .gutter {
50
50
  background: whitesmoke;
@@ -219,8 +219,7 @@ body[data-agent='electron'] {
219
219
  }
220
220
  let existing_iframe = document.querySelector("iframe")
221
221
  if (existing_iframe) {
222
- debugger
223
- document.body.className = "single"
222
+ document.body.classList.add("single")
224
223
  } else {
225
224
  if (window.parent) {
226
225
  // if all child iframes have been removed, remove self