Skip to content

Commit

Permalink
feat: 🎸 Turn off double click
Browse files Browse the repository at this point in the history
✅ Closes: #83
  • Loading branch information
MadejaMaciej committed Mar 23, 2024
1 parent 4fbd740 commit aa8a804
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Lost Dutchman Mine Change Log
0.0.3 April 7, 2024
-------------------

- Enh #83: Turn off double click. (MadejaMaciej)
- Enh #84: Do not let players resize window under certain size. (MadejaMaciej)
- Enh #81: Add new languages and correct old ones if code is off. (MadejaMaciej)
- Bug #82: Adjustments to splash screen (MadejaMaciej)
Expand Down
11 changes: 11 additions & 0 deletions code-desktop/src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ body {
background-color: #000;
overflow-y: hidden;
overflow-x: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

body:focus {
outline: none !important;
}

.center {
Expand Down

0 comments on commit aa8a804

Please sign in to comment.