UX: Sidebar + Chat fixes (#15)
This commit is contained in:
parent
5b051e183a
commit
98c05eabfb
|
@ -1,4 +1,5 @@
|
|||
@import "common/foundation/variables";
|
||||
@import "sidebar";
|
||||
|
||||
.d-toc-regular {
|
||||
[data-theme-toc] {
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
.d-toc-timeline .topic-chat-float-container {
|
||||
z-index: z("header");
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
.discourse-sidebar .d-toc-regular .d-toc-article .row {
|
||||
width: 75%;
|
||||
@media screen and (max-width: 1200px) {
|
||||
width: 65%;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue