Initial commit

This commit is contained in:
2026-01-26 18:04:07 +02:00
commit 0786cf0165
45 changed files with 12608 additions and 0 deletions

23
ai-desktop-app/styles.css Normal file
View File

@@ -0,0 +1,23 @@
body {
background-color: transparent !important;
margin: 0;
color: #f0f0f0;
}
.window-shell {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
box-sizing: border-box;
padding: 15px;
}
.opaque-bg {
background-color: #212121;
}
.rounded-container {
background-color: #212121;
border-radius: 15px;
}