colibris: Improve table of content

Display it on the left to balance with comments and chat and user that can go on the right
This commit is contained in:
Sebastian Castro 2020-04-07 12:12:29 +02:00 committed by muxator
parent 99d9752b0a
commit 913d5fd0d9
1 changed files with 10 additions and 4 deletions

View File

@ -1,9 +1,9 @@
#toc {
background: none !important;
background-color: rgb(249, 249, 249) !important;
padding: 20px !important;
padding: 20px 20px 10px 10px !important;
min-width: 146px !important;
padding-left: 15px !important;
background-color: transparent !important;
border: none !important;
order: -2;
}
#tocItems {
@ -12,4 +12,10 @@
.plugin-ep_resizable_bars #toc {
min-width: 186px !important;
}
@media (max-width: 1200px) {
#toc {
padding-top: 10px !important
}
}