mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	fix screen detection
This commit is contained in:
		| @@ -107,7 +107,7 @@ function showCodeCopyButtons() { | ||||
| function openToc() { | ||||
|     var toc = document.getElementById("toc"); | ||||
|  | ||||
|     if (toc && window.screen.width > 1500 && window.screen.height > 800) { | ||||
|     if (toc && window.innerWidth > 1500 && window.innerHeight > 800) { | ||||
|         toc.open = true; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wonderfall
					Wonderfall