Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
editor_right_margin = function()
	return math.min(100+30*Font:getWidth('m'), Safe_width-Side_button_width*2-Scrollbar_width)
end