.editor-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 1055;
  background: var(--bs-body-bg);
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.editor-fullscreen textarea {
  flex: 1;
  resize: none;
}

.editor-fullscreen .editor-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.editor-normal .editor-toolbar {
  display: none;
}
