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 navigation on the road (i.e. on a motorcycle) readability
becomes key. When only a short glance is possible, icon + distance are the
key information, with the narrative being an additional source for when
there is a second more time.
So it makes sense to keep both icon and distance together so the users
eyes don't need to wander across the display.
So move the countdown-distance up near the flag and instead of hard-coding
coordinates, align it 2px below the icon.
Move the narrative text between the distance and progress bar and by making
it the last element in the code, we can profit from the alignment
information of the other elements and set the height calculated from the
position information of distance and progress-bar.
By reducing the slightly excessive spaces between elements, the narrative
gets to be 97px height and can even hold a 4th line of text.
0 commit comments