atom-material / atom-material-ui

A dynamic UI theme for Atom that follows Google's Material Design Guidelines
MIT License
816 stars 203 forks source link

Enhancement: Hide dock toggle buttons #421

Open louiebert opened 7 years ago

louiebert commented 7 years ago

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 commented 7 years ago

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 commented 6 years ago

second this! cheers for the great ui theme.