wyze / atom-seti-icons

The awesome icons provided by Seti UI theme.
https://atom.io/packages/seti-icons
MIT License
33 stars 14 forks source link

too big indent for files #50

Open majchrzak-dev opened 7 years ago

majchrzak-dev commented 7 years ago

files with seti-icons look like children of the last folder

seti-p

I suggest to change margins of .icon::before a little bit:

atom-workspace .entries.list-tree .file .icon::before {
  margin-left: -4px;
  margin-right: 3px;
}

seti-s

wyze commented 7 years ago

@erroid would you want to submit a PR for this change? Also, it looks like this is how it is in jesseweed/seti-ui so you might want to open an issue there as well. I think it looks better lined up like your 2nd screenshot.

majchrzak-dev commented 7 years ago

alright, created here: https://github.com/jesseweed/seti-ui/issues/360