🐛 Style compatibility

This commit is contained in:
Tw93
2023-04-16 17:22:34 +08:00
parent d4e8f77432
commit 29e977f0bf
3 changed files with 11 additions and 2 deletions

2
dist/cli.js vendored
View File

@@ -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"

View File

@@ -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"

View File

@@ -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;