Tweak layout css

This commit is contained in:
Jon Staab
2025-03-19 10:30:36 -07:00
parent d94860014c
commit ad034b1641
12 changed files with 410 additions and 368 deletions
+5 -9
View File
@@ -338,18 +338,14 @@ progress[value]::-webkit-progress-value {
@apply w-full md:w-[calc(100%-18.5rem)];
}
.cb {
@apply saib bottom-14 md:bottom-0;
}
/* chat view */
.chat__page-bar {
@apply sait cw !fixed top-2;
}
.chat__messages {
@apply saib cw fixed top-12 flex h-[calc(100%-6.5rem)] flex-col-reverse overflow-y-auto overflow-x-hidden md:h-[calc(100%-3rem)];
}
.chat__compose {
@apply saib cw fixed bottom-14 md:bottom-0;
@apply cb cw fixed;
}
.chat__scroll-down {