pinokiod 3.42.0 → 3.45.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.42.0",
3
+ "version": "3.45.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1990,6 +1990,7 @@ body.dark .browser-options {
1990
1990
  text-indent: 0px;
1991
1991
  text-shadow: none;
1992
1992
  text-align: center;
1993
+ align-items: center;
1993
1994
  writing-mode: horizontal-tb !important;
1994
1995
 
1995
1996
  }
@@ -327,7 +327,7 @@ iframe {
327
327
  <button class='btn2' id='forward' data-tippy-content="forward"><div><i class="fa-solid fa-chevron-right"></i></div></button>
328
328
  <button class='btn2' id='refresh-page' data-tippy-content="refresh"><div><i class="fa-solid fa-rotate-right"></i></div></button>
329
329
  <button class='btn2' id='screenshot' data-tippy-content="take a screenshot"><i class="fa-solid fa-camera"></i></button>
330
- <form class='urlbar'><input type='url' placeholder='enter a local url'></form>
330
+ <form class='urlbar'><input type='url' placeholder='enter a local url' value="<%=src%>"></form>
331
331
  <a class='btn2' href="/columns" data-tippy-content="split into 2 columns">
332
332
  <div><i class="fa-solid fa-table-columns"></i></div>
333
333
  </a>