mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Added source code view/set button
This commit is contained in:
@ -454,6 +454,18 @@ img.ProseMirror-separator {
|
||||
}
|
||||
}
|
||||
|
||||
.ProseMirror-menu-dialog-textarea-wrap {
|
||||
padding: $-xs $-s;
|
||||
label {
|
||||
padding: 0 $-s;
|
||||
font-size: .9rem;
|
||||
}
|
||||
textarea {
|
||||
width: 100%;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
.ProseMirror-imagewrap {
|
||||
display: inline-block;
|
||||
line-height: 0;
|
||||
|
Reference in New Issue
Block a user