When viewing a page in a right-to-left language like Arabic on a small screen, the page width is huge with whitespace on the left and the horizontal scroll bar appears. This seems to be caused by text-indent: -9999px; in navbar.icons.css.

Here's a patch to hide the text using a different method in navbar.icons-rtl.css.

RTL

Comments

bwaindwain created an issue. See original summary.

bwaindwain’s picture

StatusFileSize
new712 bytes

patch

bwaindwain’s picture

Status: Active » Needs review
bwaindwain’s picture

StatusFileSize
new1.14 KB

Updated patch to work when menu is fully visible & expanded

bwaindwain’s picture

Issue summary: View changes