apex / apex-ui-slim

Apex monochrome Atom theme UI (slim variant)
MIT License
74 stars 16 forks source link

OS X controls being overlayed #10

Open ctrlplusb opened 7 years ago

ctrlplusb commented 7 years ago

HOT DAMN THIS IS HOT! AWESOME WORK!

One issue from my side, and it's more an annoyance than anything else at the moment.

I installed the apex-ui-slim along with the apex-syntax. I also enabled custom toolbars, but now I see the following:

screenshot 2017-01-17 15 08 46

If I install the no-title-bar then the tabs get all compressed and ugly:

screenshot 2017-01-17 15 10 11

System: macOS Sierra 10.12.2 Atom: 1.13.0 x64

tj commented 7 years ago

Thanks! What's the custom toolbar thing?

ctrlplusb commented 7 years ago

I got the tip from the no-title-bar package:

Hides the Atom title bar on systems that support it. Make sure to enable Use Custom Title Bar in your Core Atom settings (core.useCustomTitleBar: true in your config.cson). This setting was first available in Atom Beta version 1.11.0.

If I don't have this option enabled (even though I am not using the no-title-bar package then my UI looks as so:

screenshot 2017-01-17 15 28 49

Then, if I enable the no-title-bar package whilst having the core.useCustomTitleBar: true option in effect I get the following:

screenshot 2017-01-17 15 30 30

Both cases look similar I guess.

I am using apex-ui-slim and apex-syntax on both.

Also worth noting I remove all custom stylesheet stuff just in case (at the moment I just adjust lineheight and font weight), but that had no effect on the issue.