Initial Commit

This commit is contained in:
2026-03-06 11:54:19 -05:00
parent ee68c4704f
commit 4517746692
36 changed files with 4262 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
.chat-layout {
display: flex;
height: 100vh;
overflow: hidden;
background: var(--background);
}
@media (max-width: 767px) {
.chat-layout {
position: relative;
}
}