feat: UI tweaks including dark mode fixes, FOUC flash fixes, suspenseful loading states, and 7 more (#2079)

This commit is contained in:
Best Codes
2025-04-09 16:54:12 -05:00
committed by GitHub
parent 1d74f538ef
commit 0daff53110
10 changed files with 101 additions and 72 deletions
+8
View File
@@ -240,6 +240,10 @@
background: var(--dark-grey-60);
}
}
body {
background-color: var(--background-app);
}
}
@layer components {
@@ -296,4 +300,8 @@
.user-message p {
margin-bottom: 0 !important;
}
.scrollbar-thin {
scrollbar-width: thin;
}
}