pake-cli 3.2.13 → 3.2.15

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/dist/cli.js CHANGED
@@ -22,7 +22,7 @@ import sharp from 'sharp';
22
22
  import * as psl from 'psl';
23
23
 
24
24
  var name = "pake-cli";
25
- var version = "3.2.13";
25
+ var version = "3.2.15";
26
26
  var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。";
27
27
  var engines = {
28
28
  node: ">=16.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pake-cli",
3
- "version": "3.2.13",
3
+ "version": "3.2.15",
4
4
  "description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -292,6 +292,13 @@ window.addEventListener("DOMContentLoaded", (_event) => {
292
292
  .header-overlay .header-logged-out {
293
293
  margin-top: 15px;
294
294
  }
295
+
296
+ .w-full #stage-slideover-sidebar {
297
+ padding-top: 16px;
298
+ }
299
+ .w-full #thread #page-header {
300
+ padding-top: 36px;
301
+ }
295
302
  `;
296
303
  const contentStyleElement = document.createElement("style");
297
304
  contentStyleElement.innerHTML = contentCSS;