mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-30 23:23:02 +00:00 
			
		
		
		
	CSS tweaks for full screen mode
This commit is contained in:
		| @@ -5008,6 +5008,35 @@ body { | ||||
|   padding-top: 40px; | ||||
| } | ||||
|  | ||||
| /* | ||||
| Tweaks for full screen mode | ||||
| */ | ||||
|  | ||||
| html:-webkit-full-screen { | ||||
|   width: 100%; | ||||
|   height: 100%; | ||||
| } | ||||
|  | ||||
| html:-moz-full-screen { | ||||
|   width: 100%; | ||||
|   height: 100%; | ||||
| } | ||||
|  | ||||
| html:-ms-full-screen { | ||||
|   width: 100%; | ||||
|   height: 100%; | ||||
| } | ||||
|  | ||||
| html:-o-full-screen { | ||||
|   width: 100%; | ||||
|   height: 100%; | ||||
| } | ||||
|  | ||||
| html:full-screen { | ||||
|   width: 100%; | ||||
|   height: 100%; | ||||
| } | ||||
|  | ||||
| /* | ||||
| Tiddler styles | ||||
| */ | ||||
|   | ||||
| @@ -42,6 +42,15 @@ body { | ||||
| 	padding-top: @navbarHeight;	// Allow for the navbar | ||||
| } | ||||
|  | ||||
| /* | ||||
| Tweaks for full screen mode | ||||
| */ | ||||
| html:-webkit-full-screen	{ width: 100%; height: 100%; } | ||||
| html:-moz-full-screen		{ width: 100%; height: 100%; } | ||||
| html:-ms-full-screen		{ width: 100%; height: 100%; } | ||||
| html:-o-full-screen			{ width: 100%; height: 100%; } | ||||
| html:full-screen			{ width: 100%; height: 100%; } | ||||
|  | ||||
| /* | ||||
| Tiddler styles | ||||
| */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeremy Ruston
					Jeremy Ruston