Mybb Mobile !!exclusive!! 100%

Mybb Mobile !!exclusive!! 100%

Make the Admin CP usable on mobile.

Simplify the default MyBB editor for mobile. mybb mobile

"name": "MyBB Forum", "short_name": "Forum", "start_url": "/", "display": "standalone", "theme_color": "#007bff", "icons": [...] Make the Admin CP usable on mobile

@media (max-width: 768px) .wrapper width: 100%; padding: 10px; .postbit float: none; width: 100%; .navigation, .breadcrumb font-size: 14px; .quick_login input, .search input width: 100%; .postbit float: none

Replace or modify the default MyBB theme with a fully responsive one.

document.querySelector('textarea').addEventListener('input', function() this.style.height = 'auto'; this.style.height = (this.scrollHeight) + 'px'; ); (Advanced) Turn MyBB into an installable mobile app.