Files
discourse_theme_ran/scss/sidebar.scss
T
2025-02-28 09:28:45 +10:00

15 lines
198 B
SCSS

.sidebar-wrapper {
background: #f5f8ff;
.has-full-page-chat & {
background: transparent;
}
.sidebar-container {
border-right: none;
}
.sidebar-sections {
padding: 0;
}
}