pinokiod 3.64.0 → 3.65.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.64.0",
3
+ "version": "3.65.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -559,3 +559,6 @@ document.addEventListener("DOMContentLoaded", () => {
559
559
  })
560
560
  }
561
561
  })
562
+ if (window !== window.top) {
563
+ document.body.removeAttribute("data-agent")
564
+ }
@@ -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
- padding-left: 55px;
1711
+ margin-left: 55px;
1712
1712
  }
1713
1713
  @media only screen and (max-width: 800px) {
1714
1714
  .mode-selector .btn2 {