pinokiod 3.64.0 → 3.66.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/public/common.js +4 -0
- package/server/views/app.ejs +2 -2
package/package.json
CHANGED
package/server/public/common.js
CHANGED
|
@@ -367,6 +367,10 @@ document.addEventListener("DOMContentLoaded", () => {
|
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
|
+
|
|
371
|
+
if (window !== window.top) {
|
|
372
|
+
document.body.removeAttribute("data-agent")
|
|
373
|
+
}
|
|
370
374
|
|
|
371
375
|
// Listen for window resize
|
|
372
376
|
window.addEventListener('resize', updateAllTooltips);
|
package/server/views/app.ejs
CHANGED
|
@@ -849,8 +849,8 @@ body.dark #fs-status {
|
|
|
849
849
|
box-sizing: border-box;
|
|
850
850
|
/*
|
|
851
851
|
margin: 0 10px;
|
|
852
|
-
*/
|
|
853
852
|
padding: 5px;
|
|
853
|
+
*/
|
|
854
854
|
display: flex;
|
|
855
855
|
align-items: center;
|
|
856
856
|
/*
|
|
@@ -1708,7 +1708,7 @@ body.minimized aside {
|
|
|
1708
1708
|
display: none;
|
|
1709
1709
|
}
|
|
1710
1710
|
body.minimized #fs-status {
|
|
1711
|
-
|
|
1711
|
+
margin-left: 55px;
|
|
1712
1712
|
}
|
|
1713
1713
|
@media only screen and (max-width: 800px) {
|
|
1714
1714
|
.mode-selector .btn2 {
|