Akifyss/obsidian-border

Active '>' overlaps with blockquote indicator

Closed this issue · 1 comments

When you put the cursor on a blockquote line, for example

> some text

The blockquote indicator to the left of the blockquote overlaps with the '>'. Screenshot:

image

which I don't think is intentional. Is it possible to move the indicator a bit to the left?

This issue will be fixed later. For now, you can temporarily resolve this problem by importing the following code snippet:

.cm-s-obsidian span.cm-formatting-quote{
    padding-left: 4px;
}