Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 8539f84

Browse files
committed
fix
1 parent 9e7fbdf commit 8539f84

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.idea/workspace.xml

Lines changed: 11 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/WebCorrupter.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/WebCorrupter.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ html:has(#bsod) {
2525
color: white !important;
2626
background-color: blue !important;
2727
font-family: monospace;
28-
padding: 0;
28+
padding: 10px;
2929
margin: 0;
30+
font-size: medium;
3031
transform: none !important;
32+
cursor: none;
33+
user-select: none;
3134
}

src/jsMain/resources/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ html:has(#bsod) {
2929
margin: 0;
3030
font-size: medium;
3131
transform: none !important;
32+
cursor: none;
33+
user-select: none;
3234
}

0 commit comments

Comments
 (0)