Mobile Design wird bei Fire Tablet nicht geladen (Support für das Chatscript)
… Es wäre aber wirklich mega nett
Weil du gar so nett "betteln" kannst …
1. Suche folgende Zeile in der chat.php und entkommentiere sie:
// if (file_exists("chatcss7.php")) {echo '<option style="background:#ffffff; color:#000000" value="7">'.$star7.'Mobil</option>';}
2. Suche folgende Zeile in der chatcss7.php
body {padding:0 3px 0 10px;margin:0;}
und ergänze sie wie folgt:
body {padding:0 3px 0 10px;margin:0 auto;max-width:40em}