Page 1 of 1

WebLM mobile version intagration

Posted: Thu May 28, 2026 12:21 pm
by samo733792
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:

Code: Select all

<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 KiB) Downloaded 34 times
P.S.
I hope the developers will add it in the next update.