1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Lexical: Integrated image manager to image button/form

This commit is contained in:
Dan Brown
2024-08-13 19:36:18 +01:00
parent ec965f28c0
commit accf2565a0
12 changed files with 231 additions and 109 deletions

View File

@@ -479,6 +479,16 @@ textarea.editor-form-field-input {
.editor-form-tab-contents {
width: 360px;
}
.editor-action-input-container {
display: flex;
flex-direction: row;
align-items: end;
justify-content: space-between;
gap: .1rem;
.editor-button {
margin-bottom: 12px;
}
}
// Editor theme styles
.editor-theme-bold {