Skip to content

Commit

Permalink
Move tinymce change to it own file
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-24 committed Mar 25, 2019
1 parent 8e99112 commit 618b947
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions administrator/templates/atum/scss/vendor/_tinymce.scss
Expand Up @@ -15,3 +15,13 @@
background: var(--white-offset);
}
}

// Hide header and options on full screen
.mce-fullscreen {
header {
display: none;
}
#subhead {
display: none;
}
}

0 comments on commit 618b947

Please sign in to comment.