feat: UI tweaks including dark mode fixes, FOUC flash fixes, suspenseful loading states, and 7 more (#2079)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user