make splash window draggable

This commit is contained in:
Vendicated 2024-01-08 02:38:38 +01:00
parent 0f0bddbef9
commit 62cf02e7b1
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -2,8 +2,9 @@
<link rel="stylesheet" href="./style.css" type="text/css" />
<style>
* {
body {
user-select: none;
-webkit-app-region: drag;
}
.wrapper {