improving the page switch detector

This commit is contained in:
francois.lutran
2016-12-20 17:22:56 +13:00
parent def50a1b08
commit 5fc9260041
4 changed files with 73 additions and 36 deletions

View File

@@ -7,16 +7,20 @@
padding:1em;
height: calc(100% - 4em);
overflow: hidden;
.ql-container {
font-family: 'Indie Flower', cursive;
font-size: 16px;
padding:0;
overflow: hidden;
#editor_content {
.ql-editor {
height:auto;
position: relative;
.ql-container {
font-family: 'Indie Flower', cursive;
font-size: 16px;
padding:0;
height:auto;
.ql-editor {
padding:0;
}
}
}
}
@@ -38,6 +42,10 @@
text-align: justify;
}
#write #editor p:first-child {
margin-top: 0;
}
#write .jqte_editor p:FIRST-CHILD, #write .jqte_toolbar {
margin-top:0.5em;
}