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

Refine Wazebar Positioning and UI Updates #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

JS55CT
Copy link
Contributor

@JS55CT JS55CT commented Jan 10, 2025

  • Moved Wazebar HTML injection point from #app-head to .app.container-fluid (.show-sidebar dynamically included) to improve element positioning and layout consistency.
  • Ensured compatibility by maintaining functionality with or without the 'show-sidebar' class present.
  • Execution of setHeightForAppContainer() after the "SAVE" event to recalculate body > div.app.container-fluid, preventing unwanted scrollbar appearance.
  • Capped Wazebar settings font size at 30 to prevent potential overflow in .app.container.

JS55CT and others added 4 commits January 9, 2025 17:00
- Moved Wazebar HTML injection point from `#app-head` to `.app.container-fluid.show-sidebar` to improve element positioning.
- Updated `setHeightForAppContainer()` call to execute after the "SAVE" event, ensuring the height of `body > div.app.container-fluid.show-sidebar` is recalculated, which prevents unwanted scrollbar appearance.
- Set a maximum font size of 30 for the Wazebar settings to prevent potential overflow of `.app.container`.

This refactor enhances UI stability by ensuring dynamic adjustments are made in response to user settings.
…-fluid (.show-sidebar dynamically included) to improve element positioning and layout consistency.

- Ensured compatibility by maintaining functionality with or without the 'show-sidebar' class present.
- Integrated changes from pull request WazeDev#9, including:
  - Execution of setHeightForAppContainer() after the "SAVE" event to recalculate body > div.app.container-fluid.show-sidebar height, preventing unwanted scrollbar appearance.
  - Capped Wazebar settings font size at 30 to prevent potential overflow in .app.container.
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

Successfully merging this pull request may close these issues.

1 participant