BookStack/resources/assets/sass/_tinymce.scss

51 lines
919 B
SCSS
Raw Normal View History

2015-07-15 17:55:49 -04:00
.mce-tinymce.mce-container.mce-fullscreen {
2015-07-15 17:55:49 -04:00
position: fixed;
top: 0;
height: 100%;
width: 100%;
2015-07-21 16:16:26 -04:00
max-width: 100%;
z-index: 100;
2015-07-21 17:11:30 -04:00
}
.mce-tinymce {
.mce-panel {
background-color: #FFF;
}
.mce-btn {
background-color: #FFF;
}
2015-08-31 06:43:28 -04:00
}
2015-10-18 15:06:49 -04:00
.mce-container-body.mce-flow-layout {
text-align: center;
}
.edit-area.flex > div > .mce-tinymce.mce-container.mce-panel {
flex: 1 1 auto;
2015-08-31 06:43:28 -04:00
display: flex !important;
flex-direction: column;
align-items: stretch;
margin: 0 -1px;
> .mce-container-body {
flex: 1 1 auto;
2015-08-31 06:43:28 -04:00
display: flex !important;
flex-direction: column;
align-items: stretch;
> .mce-toolbar-grp {
flex: 0 1 auto;
}
2015-08-31 06:43:28 -04:00
> .mce-edit-area {
flex: 1 1 auto;
2015-08-31 06:43:28 -04:00
display: flex !important;
flex-direction: column;
align-items: stretch;
iframe {
flex: 1;
}
}
}
}
.page-content.mce-content-body p {
line-height: 1.6;
2015-07-15 17:55:49 -04:00
}