pinokiod 3.53.0 → 3.55.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.53.0",
3
+ "version": "3.55.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/server/index.js CHANGED
@@ -3076,6 +3076,7 @@ class Server {
3076
3076
  this.app.get("/screenshots", ex(async (req, res) => {
3077
3077
  let list = this.getPeers()
3078
3078
  res.render("screenshots", {
3079
+ current_host: this.kernel.peer.host,
3079
3080
  version: this.version,
3080
3081
  portal: this.portal,
3081
3082
  logo: this.logo,
@@ -29,7 +29,7 @@ header.grabbable {
29
29
  /*
30
30
  padding: 32px 10px 0 !important;
31
31
  */
32
- padding: 22px 10px 0 !important;
32
+ padding: 26px 0px 0 !important;
33
33
  }
34
34
  /*
35
35
  header {
@@ -2391,7 +2391,9 @@ body.minimized header .home {
2391
2391
  top: 0;
2392
2392
  }
2393
2393
  body.minimized header {
2394
- padding: 10px 0 0 !important;
2394
+ /*
2395
+ padding: 26px 0 0 !important;
2396
+ */
2395
2397
  overflow: auto;
2396
2398
  flex-shrink: 0;
2397
2399
  position: fixed;