.nova-quill-editor .nova-custom-uploader {
  display: none;
}
.nova-quill-editor .nova-custom-uploadFile {
  display: none;
}
.nova-quill-editor .ql-toolbar button.ql-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nova-quill-editor .ql-slave {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nova-quill-editor :deep(.ql-upload) :deep(.ql-slave) {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.nova-quill-editor :deep(.ql-editor) {
  min-height: 180px;
  padding-top: 16px;
  font-size: var(--el-font-size-base) !important;
  color: var(--el-text-color-primary) !important;
  letter-spacing: 0 !important;
  text-align: justify !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  white-space: pre-wrap;
}
.nova-quill-editor :deep(.ql-editor) :deep(img) {
  max-width: 100% !important;
  height: auto !important;
}
.nova-quill-editor :deep(.ql-editor) :deep(code),
.nova-quill-editor :deep(.ql-editor) :deep(pre) {
  white-space: pre-wrap !important;
  word-break: break-all !important;
}
.nova-quill-editor :deep(.ql-editor) :deep(.author-info) {
  display: flex;
}
.nova-quill-editor :deep(.ql-formats) {
  height: 21px;
  line-height: 21px;
}
.nova-quill-editor :deep(.ql-toolbar.ql-snow .ql-formats) {
  margin-right: 5px;
}
.nova-quill-editor :deep(.ql-snow .ql-color-picker) {
  width: 30px;
}
.nova-quill-editor .ql-left,
.nova-quill-editor .ql-right {
  width: 100%;
}

.ql-snow .ql-picker {
  line-height: 1;
}