v1.css 700 B

1234567891011121314
  1. textarea[size="sm"],
  2. zen-editor[size="sm"] {min-height: 142px;}
  3. textarea[size="lg"],
  4. zen-editor[size="lg"] {min-height: 250px;}
  5. textarea[size="full"] {min-height: 100%; height: 100%;}
  6. [data-tippy-root] tiptap-menu-item > button {font-size: inherit; font-family: Arial; line-height: normal;}
  7. .editor-container {width: 100%; box-shadow: inset 0 0 0 1px var(--form-control-border); border-radius: var(--form-control-radius);}
  8. .editor-container.is-readonly {box-shadow: none;}
  9. .editor-container zen-editor {display: none;}
  10. .editor-container textarea {height: initial;}
  11. [data-loaded-editor] .editor-container zen-editor {display: block;}
  12. [data-loaded-editor] .editor-container textarea {display: none;}