Add encoder settings

Add encoder cancel button
This commit is contained in:
René Preuß
2023-08-06 17:22:05 +02:00
parent 4ba1f1fb5f
commit 5f96ca82ea
10 changed files with 392 additions and 79 deletions

View File

@@ -7,6 +7,6 @@ body {
-webkit-app-region: drag;
}
button, a, input, label {
button, a, input, label, .no-drag {
-webkit-app-region: no-drag;
}