UX: More small fixes (#9)

This commit is contained in:
Jordan Vidrine
2025-02-28 15:33:06 -06:00
committed by GitHub
parent 8e841a4b2e
commit 076263c7f5
5 changed files with 38 additions and 2 deletions
+7
View File
@@ -66,3 +66,10 @@ body:not(.has-full-page-chat) {
aside.onebox {
background-color: var(--d-content-background);
}
.d-editor-preview-wrapper {
box-shadow: 0px 0px 1px 2px #e2e8f8, 0px 0px 24px 4px #e2e8f8;
border-radius: var(--d-border-radius-large);
padding: 1em;
background-color: var(--d-content-background);
}