tool-bar icon indicating copy to clipboard operation
tool-bar copied to clipboard

Separator not centered with atom-material-ui

Open mrleblanc101 opened this issue 7 years ago • 4 comments

Hi, Toolbar separator are not center and are too dim using atom-material-ui (see screenshot). I had to add this to my stylesheet to have the expected behavior:

.amu-compact-tab-bar .tool-bar.tool-bar-16px.tool-bar-vertical .tool-bar-spacer,
.amu-compact-tab-bar .tool-bar.tool-bar-24px.tool-bar-vertical .tool-bar-spacer,
.amu-compact-tab-bar .tool-bar.tool-bar-32px.tool-bar-vertical .tool-bar-spacer {
    margin: 0 auto;
    border-color: rgba(131, 148, 150, 0.65);
}
capture d ecran 2017-10-14 a 22 51 15 capture d ecran 2017-10-14 a 22 51 52

mrleblanc101 avatar Oct 15 '17 02:10 mrleblanc101

Your gonna want to post this in the atom-material-ui repository to get this changed as its that theme which is the direct cause not this package.

JamesCoyle avatar Jan 05 '18 09:01 JamesCoyle

@mrleblanc101 could you create a PR with a similar override as you can see for other themes with the code you posted?

suda avatar Feb 09 '18 20:02 suda

Can i implement this with the code @mrleblanc101 posted?

walebant avatar Oct 02 '19 09:10 walebant

@wale-bant sure, just keep in mind it has both dark and light versions needing separate overrides 😊

suda avatar Oct 02 '19 11:10 suda