You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the generateui.sh from the package on ubuntu, the system seems to not display the UI in the browser correctly.
I have come up with some small changes that would fix this up. the toggelable works on some depending on bootstrap version used.
I think these changes come a display issue after bootstrap4 changes
Views.elm = change navbar-toggelable-md navbar-light bg-faded
Views.elm = change navbar-expanded-sm navbar-dark bg-danger ( I like a red look to the menu )
but you could also do navbar-expanded-sm navbar-dark bg-secondary to keep it in line with current
Depending on the above the new silence button is sometimes incorrect colour as well. but maybe not after generation correclty.
Silence also has an issue with the buttons being in being btn-secondary and bg-faded, the text seems to come up dark as well. I think the fix for this is to either bg-light and btn-outline-secondary instead of the faded and let's it be readable.
The text was updated successfully, but these errors were encountered:
When using the generateui.sh from the package on ubuntu, the system seems to not display the UI in the browser correctly.
I have come up with some small changes that would fix this up. the toggelable works on some depending on bootstrap version used.
I think these changes come a display issue after bootstrap4 changes
Views.elm = change navbar-toggelable-md navbar-light bg-faded
Views.elm = change navbar-expanded-sm navbar-dark bg-danger ( I like a red look to the menu )
but you could also do navbar-expanded-sm navbar-dark bg-secondary to keep it in line with current
Depending on the above the new silence button is sometimes incorrect colour as well. but maybe not after generation correclty.
Silence also has an issue with the buttons being in being btn-secondary and bg-faded, the text seems to come up dark as well. I think the fix for this is to either bg-light and btn-outline-secondary instead of the faded and let's it be readable.
The text was updated successfully, but these errors were encountered: