Files
discourse_theme_ran/scss/chat.scss
T
2025-02-28 11:29:27 -06:00

12 lines
307 B
SCSS

.full-page-chat.full-page-chat-sidebar-enabled {
border-top-left-radius: var(--d-border-radius-large);
box-shadow: 0px 0px 1px 2px #e2e8f8, 0px 0px 24px 4px #e2e8f8;
z-index: 9999;
border: none;
}
.c-navbar-container {
border-top-left-radius: var(--d-border-radius-large);
padding: 0 1.5rem;
}