Rouji / single_php_filehost

Simple Filehosting Page in a Single PHP File (obvious 0x0 clone)
ISC License
238 stars 31 forks source link

Fix /Index Scale On Mobiles #8

Closed 0x004a closed 3 years ago

0x004a commented 3 years ago

The HTML index zoom level can be corrected on mobiles by adding to <head>

<meta name="viewport" content="width=device-width,initial-scale=1">

Currently too small.

Rouji commented 3 years ago

Yeah fair enough. Give me a sec.