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
package/server/public/style.css
CHANGED
|
@@ -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>
|