Prima versione della web app BriefAI

This commit is contained in:
Diego-C-05
2026-05-05 10:24:46 +02:00
commit 2955588c13
73 changed files with 28223 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
.app-shell {
width: 100%;
height: 100dvh;
display: flex;
overflow-x: hidden;
overflow-y: auto;
box-sizing: border-box;
}
.app-shell > * {
min-width: 0;
min-height: 0;
flex: 1 1 auto;
}