Fix a couple of spacing wonks
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user