We insert these now to make sure the cursor is visible when the attachment is the only element in the paragraph

This commit is contained in:
Jorge Manrubia
2025-07-02 18:03:02 +02:00
parent 31c3a08387
commit b67d2eefd7
+4
View File
@@ -117,6 +117,10 @@
color: var(--color-terminal-text-light);
}
br {
display: none;
}
.terminal--error & {
accent-color: var(--color-negative);
caret-color: var(--color-negative);