Problem/Motivation
In the Bartik theme, the default menu breakpoints are being overridden in the RTL css, so the breakpoints don't appear in RTL. In RTL, the main menu tabs always remain tabs. In LTR, the tabs become buttons horizontally laid out, then they become vertically laid out.
Proposed resolution
Add the following breakpoints:
- 900px - tabs become buttons, horizontally aligned, floated to the right
- 460px - buttons are vertically aligned - each button takes up 100% width
Remaining tasks
Write patch.- Review patch.
User interface changes
Responsive changes to main menu for Bartik theme
API changes
None
Related Issues
None