Fix a couple of spacing wonks

This commit is contained in:
Jason Zimdars
2025-05-26 17:28:08 -05:00
parent c32c6af765
commit b2509ce806
+15 -1
View File
@@ -115,7 +115,21 @@
content: " ·";
}
}
/* Attachment junk get wrapped in a paragraph causing unwanted space */
p:has(action-text-attachment) {
display: none;
+ * {
margin-block-start: 0;
}
}
/* Avoid extra space due to empty paragraphs */
p:empty {
display: none;
}
:where(code, pre) {
background-color: var(--color-canvas);
border: 1px solid var(--color-ink-lighter);