Fixed status bar not displaying termination UI#92
Fixed status bar not displaying termination UI#92qub1750ul wants to merge 1 commit intobus-stop:masterfrom qub1750ul:patch-1
Conversation
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.
|
|
||
| @content: -> | ||
| @div class: 'termination status-bar', tabindex: -1, => | ||
| @div class: 'termination inline-block', tabindex: -1, => |
There was a problem hiding this comment.
There is no actual less/CSS class inline-block defined, so technically this is breaking something, it would probably work by removing it you can test this easily if by removing it would also fix issue.
removing
Termination/styles/termination.less
Line 105 in f588e7c
If removing it ( just leave termination in these changes) fixes the issue, then it probably means this should be fixed some other way.
There was a problem hiding this comment.
@the-j0k3r @qub1750ul sorry I'll check this soon
|
What you may want todo is try this Termination/styles/termination.less Line 110 in ffae046 and remove the -webkit-flex replacing it with a non vendor prefix CSS alternative like |
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.