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

Made further tweaks to align with current editor

- Ensured each of the core actions worked at a high level.
- Handled some TinyMCE API changes.
- Moved code block insert to its own button.
This commit is contained in:
Dan Brown
2022-02-05 21:20:20 +00:00
parent db4093d523
commit 0cde2704d0
2 changed files with 26 additions and 43 deletions

View File

@@ -19,6 +19,10 @@
line-height: 1.6;
}
.page-content.mce-content-body > :last-child {
margin-bottom: 5rem;
}
.tox-toolbar__primary {
justify-content: center;
}