mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Lexical: Added about button/view
Re-used existing route and moved tinymce help to its own different route. Added test to cover. Added new external-content block to support in editor UI.
This commit is contained in:
@@ -350,6 +350,13 @@ body.editor-is-fullscreen {
|
||||
text-align: center;
|
||||
padding: 0.2em;
|
||||
}
|
||||
.editor-external-content {
|
||||
min-width: 500px;
|
||||
min-height: 500px;
|
||||
h4:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// In-editor elements
|
||||
.editor-image-wrap {
|
||||
|
||||
Reference in New Issue
Block a user