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:
parent
99d9752b0a
commit
913d5fd0d9
1 changed files with 10 additions and 4 deletions
|
@ -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 {
|
||||
|
@ -13,3 +13,9 @@
|
|||
.plugin-ep_resizable_bars #toc {
|
||||
min-width: 186px !important;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
#toc {
|
||||
padding-top: 10px !important
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue