mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
skin colibris: Fix table of content with ep_resizable_bar
This commit is contained in:
parent
3b24c97d1e
commit
6d4ea36646
1 changed files with 5 additions and 1 deletions
|
@ -2,10 +2,14 @@
|
|||
background: none !important;
|
||||
background-color: rgb(249, 249, 249) !important;
|
||||
padding: 20px !important;
|
||||
width: 146px !important;
|
||||
min-width: 146px !important;
|
||||
padding-left: 15px !important;
|
||||
}
|
||||
|
||||
#tocItems {
|
||||
line-height: 40px !important;
|
||||
}
|
||||
|
||||
.plugin-ep_resizable_bars #toc {
|
||||
min-width: 186px !important;
|
||||
}
|
Loading…
Reference in a new issue