mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	limit max width of zen mode to improve readability, closes #1320
This commit is contained in:
		| @@ -111,6 +111,10 @@ span.fancytree-node.muted { opacity: 0.6; } | ||||
|  | ||||
| .zen-mode #center-pane { | ||||
|     width: 100% !important; | ||||
|     /* limit max width to improve readability */ | ||||
|     max-width: 1000px; | ||||
|     margin-left: auto; | ||||
|     margin-right: auto; | ||||
| } | ||||
|  | ||||
| .ui-autocomplete { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user