atom-material / atom-material-ui

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

"Define a working set" of Nuclide's tree-view is misplaced #367

Closed LingRay closed 7 years ago

LingRay commented 7 years ago

[Short description of problem here] The btn of "Define a working set" is too small。 Screenshots and GIFs image

Atom version: 1.14.3 OS and version: macOS

LingRay commented 7 years ago

resolve it using the css style
.nuclide-file-tree-toolbar .btn-group .btn { padding: 0; width: 8rem; border-radius: 0; margin-bottom: 1rem; }

silvestreh commented 7 years ago

This is fixed in 2.0 available for Atom 1.17-beta. No more special styles for Nuclide, it works out of the box! 🎉