bus-stop / Termination

Integrated terminal for Atom. Looks like terminal-plus, acts like your native terminal (except every other Friday). Looking for collaborators! :-)
https://atom.io/packages/termination
MIT License
86 stars 7 forks source link

Fixed status bar not displaying termination UI #92

Open qub1750ul opened 5 years ago

qub1750ul commented 5 years ago

Fixes #91 I'm not a web-tech guy, i don't know neither javascript nor coffeescript, literally don't know what i'm doing. But it works.

the-j0k3r commented 2 years ago

@Fred-Barclay @qub1750ul

What you may want todo is try this https://github.com/bus-stop/Termination/blob/ffae0463e1603031d3f7b29c8539f3dffbb3e86c/styles/termination.less#L110

and remove the -webkit-flex replacing it with a non vendor prefix CSS alternative like display: flex or display: inline block and revert the proposed change which is actually 100% incorrect.