improving the page switch detector
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user