Skip to content

Commit

Permalink
make splash window draggable
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Jan 8, 2024
1 parent 0f0bddb commit 62cf02e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/views/splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<link rel="stylesheet" href="./style.css" type="text/css" />

<style>
* {
body {
user-select: none;
-webkit-app-region: drag;
}

.wrapper {
Expand Down

0 comments on commit 62cf02e

Please sign in to comment.