Add gpgui-helper

This commit is contained in:
Kevin Yue
2024-02-18 05:30:32 -05:00
parent db9249bd61
commit f9c0eb43a6
36 changed files with 3726 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
html,
body,
#root {
height: 100%;
margin: 0;
padding: 0;
-webkit-user-select: none;
user-select: none;
cursor: default;
}