use horizontal space more efficiently on phones
Dependencies
- [2]
BH4QJ5CHextract functions for computing editor dimensions
Change contents
- replacement in 0169-editor_right_margin at line 2
return math.min(100+30*Font:getWidth('m'), Safe_width*2/3)return math.min(100+30*Font:getWidth('m'), Safe_width-Side_button_width*2-Scrollbar_width)