mirror of
				https://github.com/RicterZ/nhentai.git
				synced 2025-11-04 02:50:55 +01:00 
			
		
		
		
	fix 'max-width' not working
This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes, viewport-fit=cover" />
 | 
			
		||||
    <title>{TITLE}</title>
 | 
			
		||||
    <style>
 | 
			
		||||
{STYLES}
 | 
			
		||||
 
 | 
			
		||||
@@ -72,4 +72,10 @@ html, body {
 | 
			
		||||
    nav {
 | 
			
		||||
        display: none;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media only screen and (max-device-width: 855px) {
 | 
			
		||||
    nav {
 | 
			
		||||
        display: none;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user