pinokiod 3.199.0 → 3.201.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 +1 -1
- package/server/index.js +0 -2
- package/server/public/nav.js +0 -2
- package/server/public/style.css +1 -2
package/package.json
CHANGED
package/server/index.js
CHANGED
package/server/public/nav.js
CHANGED
|
@@ -475,8 +475,6 @@ document.addEventListener("DOMContentLoaded", () => {
|
|
|
475
475
|
const inspectorButton = document.querySelector('#inspector');
|
|
476
476
|
const isDesktop = agent === 'electron';
|
|
477
477
|
|
|
478
|
-
console.log({ agent, isDesktop })
|
|
479
|
-
|
|
480
478
|
if (inspectorButton && !isDesktop) {
|
|
481
479
|
const message = 'The 1-click inspect feature is only available inside the Pinokio desktop app.';
|
|
482
480
|
|
package/server/public/style.css
CHANGED
|
@@ -2545,12 +2545,11 @@ body.dark .mode-selector .btn2.selected {
|
|
|
2545
2545
|
}
|
|
2546
2546
|
.mode-selector .btn2.selected {
|
|
2547
2547
|
background: black;
|
|
2548
|
-
border-radius: 50px;
|
|
2549
2548
|
/*
|
|
2550
2549
|
background: rgba(127, 91, 243, 0.9);
|
|
2551
2550
|
*/
|
|
2552
2551
|
color: white;
|
|
2553
|
-
border-radius:
|
|
2552
|
+
border-radius: 50px;
|
|
2554
2553
|
}
|
|
2555
2554
|
.mode-selector {
|
|
2556
2555
|
display: flex;
|