feat: add basic tauri client app

This commit is contained in:
Lin Onetwo
2023-01-04 17:16:26 +08:00
parent 87451a19bb
commit 64ca6a6b35
57 changed files with 12747 additions and 54 deletions
+16
View File
@@ -0,0 +1,16 @@
:root {
--title-bar-height: 30px;
}
body {
margin: 0;
margin-top: var(--title-bar-height);
height: calc(100vh - var(--title-bar-height));
width: 100%;
overflow: hidden;
}
#react-root {
height: 100%;
width: 100%;
}