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

[FIX] #452 #459

Closed mrleblanc101 closed 2 years ago

mrleblanc101 commented 6 years ago

Fix an issue with multiline-tab package Fix an issue with tool-bar package separator in vertical mode.

Description of the Change

multiline-tab:

Fix an issue that caused the .placeholder when dragging tabs to be 10rem height. Since multiline-tabs package disabled the vertical overflow of the tab bar to allow wrapping, this caused an issue where the placeholder would span multiple row of tabs. Now the placeholder with be the same height as the tab( 3rem, or 2.5rem if compact mode is enabled)

tool-bar:

Fix and issue that caused separator to be left-aligned instead of centered when the tool-bar is set in vertical mode. Also correct the separator color variable so it's not as light and work with more theme The color is now 5% lighter then the icon instead of 5% lighter than the text which make more sense.

Benefits

Fix a compatibility issue with two widely used package

Possible Drawbacks

None that I see.

Applicable Issues

452, #460

mrleblanc101 commented 4 years ago

@mjrael89 wut ?