Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI navbar display issue and buttons #4087

Open
MrCaffeen opened this issue Oct 29, 2024 · 0 comments
Open

UI navbar display issue and buttons #4087

MrCaffeen opened this issue Oct 29, 2024 · 0 comments

Comments

@MrCaffeen
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant