Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree view overlapping stop lights. #4

Open
merryt opened this issue Jan 5, 2017 · 2 comments
Open

Tree view overlapping stop lights. #4

merryt opened this issue Jan 5, 2017 · 2 comments

Comments

@merryt
Copy link

merryt commented Jan 5, 2017

I had an issue with the treeview running into my stop lights. (example)

I fixed it with

.tree-view{
  margin-top: 25px;
}

Worthy of a PR?

@tj
Copy link
Member

tj commented Jan 6, 2017

ah you need the https://atom.io/packages/no-title-bar plugin

@balupton
Copy link

balupton commented Jan 16, 2017

I found atom/atom#4599 (comment) with

atom-workspace {
	.tab-bar {
		margin: 0;
	}
	.tree-view-resizer {
		border: 0
	}
}

rendered best

screen shot 2017-01-17 at 7 57 11 am
screen shot 2017-01-17 at 7 57 08 am

As well as setting the following config:

  "tree-view":
    focusOnReveal: false
    hideIgnoredNames: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants