阿拉伯语论坛主题控制问题 - 移动视图

Please see how the topic control icon and the list is showing on mobile phone

Looks like a custom theme, does this happen in safe mode

Yes sir, on the safe mode also, i tried the safe mode before i post.

@simon is there an easy fix here?

The problem is the inline CSS that aligns the #topic-progress-wrapper to the right of the screen. There’s a fix for that here: FIX: rtl topic progress wrapper position by scossar · Pull Request #7070 · discourse/discourse · GitHub.

For most cases where we use left or right in inline CSS, the fix is to switch left and right when a rtl locale is being used.

The issue has been fixed… Thanks a lot.