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

Disabling "Clone Terminal-Plus" disables the termination UI #91

Open qub1750ul opened 5 years ago

qub1750ul commented 5 years ago

It's still possible to open terminals using hotkeys or the command palette, but there is no trace of termination in the status bar, making impossible to manage open terminals. I've tried the fix proposed in #41 , but it had no effect. Also changing the theme had no effect. Maybe related to #44 ?

atom --version

Atom    : 1.34.0
Electron: 3.1.1
Chrome  : 66.0.3359.181
Node    : 10.2.0

Termination 0.71

OS: Arch Linux
Uname: Linux 4.20.3-arch1-1-ARCH #1 SMP PREEMPT Wed Jan 16 22:38:58 UTC 2019 x86_64 GNU/Linux

P.S. I really wish to thank you for this fork !

qub1750ul commented 5 years ago

Actually, playing with the CSS i noticed that the UI is still there but is placed outside of the window and therefore not visible. I still haven't found a method to lift it. 2019-01-21-220838_1366x768_scrot

qub1750ul commented 5 years ago

Ok, i've managed to fix this by editing CSS as visible in the images. There are two divs that don't inherit from the inline-block class, thus causing the issue 2019-01-21-223619_1366x768_scrot 2019-01-21-223647_1366x768_scrot