initial commit

This commit is contained in:
thislight 2024-07-14 20:28:44 +08:00
commit 4a80c8552b
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
46 changed files with 8309 additions and 0 deletions

17
src/App.css Normal file
View file

@ -0,0 +1,17 @@
html,
body {
overflow: hidden;
height: 100vh;
height: 100dvh;
}
#root {
overflow: hidden hidden;
height: 100vh;
height: 100dvh;
background-color: var(--tutu-color-surface, transparent);
}
.custom-emoji {
width: 1.25em;
}