rougier / mastodon-alt

Emacs alternative mastodon layout
GNU General Public License v3.0
46 stars 10 forks source link

Fixing spillover of toot status #14

Closed bmp closed 1 year ago

bmp commented 1 year ago

I had some spillover of the toot status line (both in full screen and when Emacs is resized as shown in the two screenshots below:

Toot_status_spillover_resizedWindow Toot_Status_spillover_fullscreen

I fixed it by changing the value in the mastodon-alt-tl--toot-status function from 2 to 6 in my case. The status now aligns with the time above the toot.

rougier commented 1 year ago

Thanks for the report. Not sure why value 6 would work. Do you have fringes and/or margins?

bmp commented 1 year ago

Nope, only git gutter enabled.

rougier commented 1 year ago

What is git gutter exactly?

bmp commented 1 year ago

https://github.com/emacsorphanage/git-gutter shows the git status

bmp commented 1 year ago

Moved to diff-hl and the issue has gone away without the hack now. Please do feel free to mark the issue as closed now.