mirror of
https://github.com/discourse/DiscoTOC.git
synced 2026-09-16 15:32:13 -04:00
UX: Sidebar + Chat fixes (#15)
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user