/* override Bulma default for .buttons to align to right */
.compose-tools{
/* Override Bulma default for .buttons to align to right. */
justify-content:flex-end;
}
.quill-editor
{
/* make editor window full-width by default */
.quill-editor{
/* Make editor window full-width by default. */
margin-right:-1rem;
margin-left:-1rem;
margin-bottom:1em;
margin-bottom:1rem;
}
.ql-editor
{
.ql-editor{
padding-top:0;
}
.ql-container
{
/* reset so doesn’t use px for font size */
font-size:1em;
.ql-container{
/* Overwrite so that it doesn’t use px for font size. */
font-size:1rem;
}
/* The editor only has a top and bottom border to mark its boundaries. Otherwise, it is styled exactly like the rest of the content to underscore its purpose. When a post is submitted, the minimal chrome around the editor simply fades away and the content becomes part of the page. */
/*
The editor only has a top and bottom border to mark its boundaries. Otherwise,
it is styled exactly like the rest of the content to underscore its purpose.
When a post is submitted, the minimal chrome around the editor simply fades away