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

Started reworking of page-show design

- Updated core toolbar & breadcrumb design
This commit is contained in:
Dan Brown
2018-10-21 20:05:11 +01:00
parent 89be30ff0e
commit 0e395b1e21
13 changed files with 93 additions and 82 deletions

View File

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