WebLM mobile version intagration

I often have to work on a WebLM on a mobile phone, but in the stock version of the website, it is very difficult to do and generally not convenient.
That’s why a make one css file, which will make the site compatible for mobile devices with minimum changed in stock files.

Instructions:

  1. Copy mobile.css file to folder /css/.
  2. Add two lines in head section in two files index.php and login.php:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/mobile.css">

mobile.7z (1.53 KB)
P.S.
I hope the developers will add it in the next update.