UX: Sidebar + Chat fixes (#15)

This commit is contained in:
Jordan Vidrine 2021-12-30 10:27:46 -06:00 committed by GitHub
parent 5b051e183a
commit 98c05eabfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,5 @@
@import "common/foundation/variables";
@import "sidebar";
.d-toc-regular {
[data-theme-toc] {

3
scss/chat.scss Normal file
View File

@ -0,0 +1,3 @@
.d-toc-timeline .topic-chat-float-container {
z-index: z("header");
}

6
scss/sidebar.scss Normal file
View File

@ -0,0 +1,6 @@
.discourse-sidebar .d-toc-regular .d-toc-article .row {
width: 75%;
@media screen and (max-width: 1200px) {
width: 65%;
}
}