sindresorhus/refined-github





The issue has been closed
Submodule diffs are misaligned #4328
tacc-wbomar posted onGitHub
What?
- Primary: Prevent center-aligned filenames in submodule diff.
- Secondary: If submodule diffs were previously ignored during styling, then reconsider the styling.
Why?
A center-aligned file path listing is not as easy to scan as is a left-aligned file path listing, because similarities in paths are not aligned (as they are in a left-aligned file path listing).
Where?
<details><summary>Screenshot while using Github Refined</summary>
</details>
<details><summary>Screenshot while using Github</summary>
</details>
How?
Offending Style: https://github.com/sindresorhus/refined-github/blob/8c1ab3125fcdb5edf4d78e86bca2da30da97ca45/source/refined-github.css#L99-L103
Suggestions: None