1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Updated book-tree design and abstracted breadcrumb template

This commit is contained in:
Dan Brown
2018-11-11 13:11:36 +00:00
parent 4a872012c5
commit 4df11701e7
9 changed files with 106 additions and 122 deletions

View File

@ -136,7 +136,7 @@ class PageDisplay {
// Fix the tree as a sidebar
function stickTree() {
$sidebar.width($bookTreeParent.width() - 32);
$sidebar.css('width', $bookTreeParent.width());
$sidebar.addClass("fixed");
isFixed = true;
}