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
Currently the behavior of this element makes the user to move mouse to the left to reach his desired boss fight. Making him move mouse a lot also with the risk of accidentally hiding the fight container if he hovers out
Demo of current behavior:
Also on mobile device it's kind of bugged because it overlaps:
The fix involves stripping down some css which was enabling the old behavior. It will also improve navigation speed when user wants to quickly go to certain boss and certain fight.
Example desktop/mobile:
Example of navigation:
Also I'm adding a 80vh to the container and a scrollbar for when it's overflown. Example:
and visual indication of each expansion. Example:
Demo:
The text was updated successfully, but these errors were encountered:
The html targeted
uwu-logs/templates/layout_report.html
Line 30 in cc91499
Description
Currently the behavior of this element makes the user to move mouse to the left to reach his desired boss fight. Making him move mouse a lot also with the risk of accidentally hiding the fight container if he hovers out
Proposed solution fix in PR #8
The fix involves stripping down some css which was enabling the old behavior. It will also improve navigation speed when user wants to quickly go to certain boss and certain fight.
Example desktop/mobile:
Example of navigation:
Also I'm adding a
80vh
to the container and a scrollbar for when it's overflown. Example:and visual indication of each expansion. Example:
Demo:
The text was updated successfully, but these errors were encountered: