Guest User

Untitled

a guest
May 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. 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.
  2.  
  3. I fixed this by editing my Atom `styles.less` file by adding:
  4. ```css
  5. a.github-ChangedFilesCount.inline-block span {
  6. margin-right: 2.75px;
  7. }
  8. ```
  9.  
  10. To edit the file, click `alt` and it'll be under the `File` buttom at the top left of the screen.
Add Comment
Please, Sign In to add comment