Skip to content

Instantly share code, notes, and snippets.

@ajmeese7
Created May 20, 2018 17:11
Show Gist options
  • Save ajmeese7/e7edb9bf757dc27b8997ec231c8c0394 to your computer and use it in GitHub Desktop.
Save ajmeese7/e7edb9bf757dc27b8997ec231c8c0394 to your computer and use it in GitHub Desktop.
Fix Atom file count icon spacing

In Atom, the file icon next to the file count in the lower right corner is much too close to the numbers to be attractive.

I fixed this by editing my Atom styles.less file by adding:

a.github-ChangedFilesCount.inline-block span {
  margin-right: 2.75px;
}

To edit the file, click alt and it'll be under the File buttom at the top left of the screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment