/*
 * @Author: 焦质晔
 * @Date: 2021-02-09 09:27:46
 * @Last Modified by: 焦质晔
 * @Last Modified time: 2024-11-05 19:14:06
 */
@use '../../style/src/themes' as *;
@use '../../style/src/mixins/reset' as *;

$prefix: '#{$qm-prefix}-tinymce';

.#{$prefix} {
  @include reset-component();
  position: relative;
  line-height: normal;
  .tox-fullscreen {
    width: 100% !important;
  }
  .tox-promotion,
  .tox-statusbar__branding {
    display: none;
  }
  .tox-statusbar__help-text {
    opacity: 0;
  }
  .editor-upload-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 2;
  }
}
