/* override Bulma default for .buttons to align to right */
justify-content:flex-end;
}
.compose{
margin-bottom:2vmax;
.quill-editor
{
/* make editor window full-width by default */
margin-right:-1rem;
margin-left:-1rem;
margin-bottom:1em;
}
.compose-tools{
height:3.4vmax;
text-align:right;
.ql-editor
{
padding-top:0;
}
.quill-editor{
margin-bottom:1vmax;
margin-left:-2vmax;
margin-right:-2vmax;
.ql-container
{
/* reset so doesn’t use px for font size */
font-size:1em;
}
.ql-editor{
font-size:2vmax;
}
/* 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