denolehov / obsidian-git

Backup your Obsidian.md vault with git
MIT License
6.14k stars 250 forks source link

Prevent text superposing git blame #684

Closed cesarmontalverne closed 3 months ago

cesarmontalverne commented 5 months ago

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

Vinzent03 commented 5 months ago

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

cesarmontalverne commented 5 months ago

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!

Vinzent03 commented 3 months ago

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.