Basic Linux/Windows integrated titlebar

This commit is contained in:
Gregory Schier
2024-01-13 23:40:32 -08:00
parent 3086d815c1
commit 3a4a76c58d
11 changed files with 133 additions and 60 deletions

View File

@@ -6,7 +6,11 @@
html,
body,
#root {
@apply w-full h-full overflow-hidden bg-gray-50 text-gray-900;
@apply w-full h-full;
}
#root {
@apply bg-gray-50 text-gray-900 overflow-hidden rounded-lg;
}
/* Setup default transitions for elements */