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
fix(header): reach advanced mode and the kitty version below a desktop
The advanced toggle is shown from 1024px up, and the actions menu that
also carries it was hidden from 640px up. Between the two, on every
tablet held upright and every half-width window, neither existed: two
thirds of the settings had no route to them at all.
The version picker was worse. It appears only above 1280px and had no
entry in the menu, so every narrower window silently claimed the newest
kitty while the forms gated options against it.
The menu now runs to 1024px, where the full toolbar takes over, and
carries the version picker below 1280px.
0 commit comments