Basic Linux/Windows integrated titlebar

This commit is contained in:
Gregory Schier
2024-01-13 23:40:32 -08:00
parent 2d72e5792e
commit 03a2fc8ee5
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 */