skin colibris: Fix table of content with ep_resizable_bar

This commit is contained in:
Sebastian Castro 2020-01-03 19:19:47 +01:00 committed by muxator
parent 3b24c97d1e
commit 6d4ea36646

View file

@ -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;
}