Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Enhancement: Hide dock toggle buttons #421

Open
louiebert opened this issue Jun 7, 2017 · 2 comments
Open

Enhancement: Hide dock toggle buttons #421

louiebert opened this issue Jun 7, 2017 · 2 comments

Comments

@louiebert
Copy link

With a recently released version of Atom, it has these little half-circle buttons that appear just above the bottom dock and beside the tree view. Personally, I find them really annoying because they appear WAY more often than I need to use them (which is next to never).

The one-dark-ui Atom theme has a checkbox in its settings labeled Hide dock toggle buttons, which does just what I'm looking for. It would be awesome if this feature found its way into atom-material-ui.

My pet peeves are pictured below:

systemuiserver systemuiserver today at 9 29 45 am

systemuiserver systemuiserver today at 9 30 06 am

@phureewat29
Copy link

I agree that it should have an option to toggle.
By the way, we can do a quick hack by adding the below lines into styles.less.

.atom-dock-toggle-button-visible
{
    display: none;
}

@TiagoCraft
Copy link

second this!
cheers for the great ui theme.

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

No branches or pull requests

3 participants