seti-ui icon indicating copy to clipboard operation
seti-ui copied to clipboard

too big indent for files

Open majchrzak-dev opened this issue 8 years ago • 2 comments

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

majchrzak-dev avatar Nov 23 '16 00:11 majchrzak-dev

This issue is even worse using the seti theme, where folders don't have icons:

image

Now it looks like index.html is child of img

This is the actual structure:

out
    client
        img
        index.html
    app.js
    app.js.map

CoenraadS avatar Jan 01 '17 10:01 CoenraadS

I think this is partially a function of the theme, not just of the UI, so there are expected problems. But @CoenraadS is right: this should look great in a Seti/Seti combo!

pgrantmartello avatar Jan 19 '17 18:01 pgrantmartello