vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 63 forks source link

Standardized issue detail headers #158

Open vermiculus opened 6 years ago

vermiculus commented 6 years ago

Right now, we're prefixing the headers in the status buffer with a common prefix padding for alignment. If we want to standardize these headers for issue-viewing, we'll have to find a way to avoid doing this prefix in buffers that aren't lists of issues.

One way to do this might be margin manipulation, but I'm not sure.