mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 00:26:51 +08:00
feat: add basic tauri client app
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user