/* Because handling less is too annoying */
html, body {
    min-width: 360px;
}

/* Because cloudflare resizer messes with this */
.attachment__size {
    display: none;
}

/* To prevent massive buttons */
lexxy-toolbar {
    line-height: 1;
}

/* Fix prose bullet points - proper indent and text color */
.prose ul {
    list-style-position: outside;
    padding-left: 1.5em;
}
.prose ul > li::marker {
    color: inherit;
}