mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
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 {
|
#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 {
|
||||||
|
@ -13,3 +13,9 @@
|
||||||
.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 a new issue