initial commit
This commit is contained in:
commit
4a80c8552b
46 changed files with 8309 additions and 0 deletions
17
src/App.css
Normal file
17
src/App.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue