UX: Misc desktop edits (#15)

This commit is contained in:
Jordan Vidrine
2025-03-05 20:29:58 -06:00
committed by GitHub
parent af4c0c540f
commit f406bfbedf
10 changed files with 118 additions and 66 deletions
+6 -6
View File
@@ -1,16 +1,16 @@
.full-page-chat.full-page-chat-sidebar-enabled {
border-top-left-radius: var(--d-border-radius-large);
box-shadow: 0px 0px 1px 2px var(--tertiary-50),
0px 0px 24px 4px var(--tertiary-50);
box-shadow: 0px 0px 1px 2px var(--tertiary-100),
0px 0px 24px 4px var(--tertiary-100);
border: none;
}
.has-full-page-chat .d-header {
background-color: transparent;
}
.c-navbar-container {
border-top-left-radius: var(--d-border-radius-large);
padding: 0 1.5rem;
background-color: var(--d-content-background);
}
body.has-full-page-chat {
background-color: var(--background-color);
}