We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fac35 commit 95df645Copy full SHA for 95df645
bun.lockb
0 Bytes
package.json
@@ -16,7 +16,7 @@
16
"highlight.js": "^11.9.0",
17
"hono": "^4.0.10",
18
"jdomjs": "3.1.11",
19
- "petrel": "1.1.0",
+ "petrel": "1.1.1",
20
"sass": "^1.71.1"
21
}
22
public/petrel/base.css
@@ -2,8 +2,12 @@
2
overflow-wrap: normal;
3
overflow-x: auto;
4
position: relative;
5
+ font-size: 16px;
6
font-family: monospace;
7
+ text-size-adjust: 100%;
8
+ -webkit-text-size-adjust: 100%;
9
10
+
11
.petrel-code-editor * {
12
font-family: inherit;
13
line-height: inherit;
0 commit comments