mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Lexical: Linked code block to editor, added button
This commit is contained in:
@@ -244,6 +244,13 @@ body.editor-is-fullscreen {
|
||||
cursor: row-resize;
|
||||
}
|
||||
|
||||
.editor-code-block-wrap {
|
||||
user-select: none;
|
||||
> * {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Editor theme styles
|
||||
.editor-theme-bold {
|
||||
font-weight: bold;
|
||||
|
Reference in New Issue
Block a user