Skip to content

Commit

Permalink
🐛 Style compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Apr 16, 2023
1 parent bae8cd0 commit 3766cdd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2494,7 +2494,7 @@ class BuilderFactory {
}

var name = "pake-cli";
var version = "2.0.0-alpha4";
var version = "2.0.0-alpha5";
var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App。";
var engines = {
node: ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pake-cli",
"version": "2.0.0-alpha4",
"version": "2.0.0-alpha5",
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App。",
"engines": {
"node": ">=16.0.0"
Expand Down
9 changes: 9 additions & 0 deletions src-tauri/src/inject/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,15 @@ window.addEventListener('DOMContentLoaded', (_event) => {
}
}
#__next .prose ol {
overflow: hidden;
}
#__next .prose ol li p {
margin: 0;
display: inline;
}
#pack-top-dom:active {
cursor: grabbing;
cursor: -webkit-grabbing;
Expand Down

0 comments on commit 3766cdd

Please sign in to comment.