pinokiod 3.89.0 → 3.91.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.89.0",
3
+ "version": "3.91.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1560,7 +1560,7 @@ body.dark .btn {
1560
1560
  cursor: pointer;
1561
1561
  border: none;
1562
1562
  text-decoration: none;
1563
- padding: 10px;
1563
+ padding: 5px 10px;
1564
1564
  border-radius: 3px;
1565
1565
  background: black;
1566
1566
  /*
@@ -2339,9 +2339,11 @@ body.dark {
2339
2339
  gap: 0;
2340
2340
  line-height: 0;
2341
2341
  }
2342
+ /*
2342
2343
  #fs-status .fs-status-label i {
2343
2344
  font-size: 1rem;
2344
2345
  }
2346
+ */
2345
2347
  #fs-push-btn {
2346
2348
  min-width: 0;
2347
2349
  }
@@ -6,9 +6,9 @@
6
6
  <title>Pinokio</title>
7
7
  <style>
8
8
  :root {
9
- --layout-gutter-size: 6px;
9
+ --layout-gutter-size: 4px;
10
10
  --layout-background: #ffffff;
11
- --layout-gutter-bg: rgba(0, 0, 0, 0.08);
11
+ --layout-gutter-bg: rgba(0, 0, 0, 0.06);
12
12
  --layout-gutter-bg-hover: rgba(0, 0, 0, 0.2);
13
13
  --layout-shadow: rgba(0, 0, 0, 0.06);
14
14
  color-scheme: light dark;
@@ -180,7 +180,7 @@ body.dark #status-window b {
180
180
  <% if (target === "_top") { %>
181
181
  <header class='navheader grabbable'>
182
182
  <% } else { %>
183
- <header class='navheader3'>
183
+ <header class='navheader2'>
184
184
  <% } %>
185
185
  <h1>
186
186
  <% if (target === "_top") { %>
@@ -163,7 +163,7 @@ body.frozen {
163
163
  #status-window {
164
164
  display: flex;
165
165
  align-items: center;
166
- font-size: 14px;
166
+ font-size: 12px;
167
167
  /*
168
168
  flex-grow: 1;
169
169
  text-align: right;
@@ -1112,9 +1112,9 @@ document.addEventListener("DOMContentLoaded", async () => {
1112
1112
  <% if (target === "_top") { %>
1113
1113
  <header class='navheader grabbable'>
1114
1114
  <% } else { %>
1115
- <header class='navheader3'>
1115
+ <header class='navheader2'>
1116
1116
  <% } %>
1117
- <h1>
1117
+ <div class='runner'>
1118
1118
  <% if (target === "_top") { %>
1119
1119
  <a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
1120
1120
  <% } %>
@@ -1132,7 +1132,7 @@ document.addEventListener("DOMContentLoaded", async () => {
1132
1132
  </div>
1133
1133
  <div id='status-window'></div>
1134
1134
  <div id='progress-window' class='hidden'><div id='progress-bar'></div></div>
1135
- </h1>
1135
+ </div>
1136
1136
  </header>
1137
1137
  <div class='terminal-container'>
1138
1138
  <div id='terminal'></div>