diff --git a/static/css/main.css b/static/css/main.css index 835a063660e63304921521b2985505a4e34224aa..02941fdf023bfc40849feada1a114d92d86fab8e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -219,6 +219,10 @@ body { background-color: var(--main-color) !important; } +/******************* + books menu +*******************/ + .dropdown-menu.dropdown-chapters { min-width: 15rem; max-height: 30rem; @@ -266,6 +270,19 @@ body { } +.dropdown-menu { + padding: 0; +} + +.accordion { + overflow-y: scroll; + max-height: 30rem; +} + +/******************* + chapters menu +*******************/ + .accordion-button { padding: 0.5rem 1rem; color: var(--main-color);