obsidian-git icon indicating copy to clipboard operation
obsidian-git copied to clipboard

Prevent text superposing git blame

Open cesarmontalverne opened this issue 1 year ago • 2 comments

Change to prevent git blame gutter from superposing text in smaller screens. There is no change for screens larger than 1000px Before: image

After: image

Before and After for larger screens: image

cesarmontalverne avatar Jan 28 '24 00:01 cesarmontalverne

I don't have that issue when shrinking the window size. Do you use any theme or custom css snippets?

Vinzent03 avatar Jan 28 '24 15:01 Vinzent03

I do use a theme but I got that even when I didn’t. Maybe it’s my OS?

I love this plugin by the way - thanks for having made it!

cesarmontalverne avatar Jan 28 '24 16:01 cesarmontalverne

The real issue here is the minimal theme, which somehow occupies the gutter, which the line authoring uses. It happens in full screen as well, with readable line length disabled.

I will merge this at a width of 800px, but just because it's a general fix to hide it on small widths.

Vinzent03 avatar Mar 14 '24 17:03 Vinzent03