blog editor
This commit is contained in:
@@ -144,3 +144,43 @@
|
||||
.cl-button__google {
|
||||
display: none
|
||||
}
|
||||
|
||||
.mde-form-field-fullscreen {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 100000;
|
||||
display: flex !important;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
background: var(--background);
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.mde-form-field-editor-fullscreen.w-md-editor {
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
height: calc(100vh - 72px) !important;
|
||||
}
|
||||
|
||||
.mde-form-field-editor-fullscreen .w-md-editor-toolbar {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.mde-form-field-editor-fullscreen .w-md-editor-content {
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
height: auto !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mde-form-field-editor-fullscreen .w-md-editor-input,
|
||||
.mde-form-field-editor-fullscreen .w-md-editor-area,
|
||||
.mde-form-field-editor-fullscreen .w-md-editor-text,
|
||||
.mde-form-field-editor-fullscreen .w-md-editor-text-pre,
|
||||
.mde-form-field-editor-fullscreen .w-md-editor-text-input,
|
||||
.mde-form-field-editor-fullscreen .w-md-editor-preview {
|
||||
min-height: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user