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
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
@import "common/foundation/variables";
@import "sidebar";
.d-toc-regular {
[data-theme-toc] {
+3
View File
@@ -0,0 +1,3 @@
.d-toc-timeline .topic-chat-float-container {
z-index: z("header");
}
+6
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%;
}
}