colibris: Improve table of content
Display it on the left to balance with comments and chat and user that can go on the rightpull/3886/head
parent
99d9752b0a
commit
913d5fd0d9
|
@ -1,9 +1,9 @@
|
||||||
#toc {
|
#toc {
|
||||||
background: none !important;
|
padding: 20px 20px 10px 10px !important;
|
||||||
background-color: rgb(249, 249, 249) !important;
|
|
||||||
padding: 20px !important;
|
|
||||||
min-width: 146px !important;
|
min-width: 146px !important;
|
||||||
padding-left: 15px !important;
|
background-color: transparent !important;
|
||||||
|
border: none !important;
|
||||||
|
order: -2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tocItems {
|
#tocItems {
|
||||||
|
@ -12,4 +12,10 @@
|
||||||
|
|
||||||
.plugin-ep_resizable_bars #toc {
|
.plugin-ep_resizable_bars #toc {
|
||||||
min-width: 186px !important;
|
min-width: 186px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
#toc {
|
||||||
|
padding-top: 10px !important
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue