mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	style(next): add a cheat sheet-vibe to the help dialog
This commit is contained in:
		| @@ -1563,11 +1563,19 @@ body .calendar-dropdown-widget .calendar-body a:hover { | |||||||
|  |  | ||||||
| /* Help */ | /* Help */ | ||||||
|  |  | ||||||
|  | .help-dialog .help-cards { | ||||||
|  |     display: block; | ||||||
|  |     columns: 3; | ||||||
|  |     column-gap: 20px; | ||||||
|  | } | ||||||
|  |  | ||||||
| .help-dialog .card { | .help-dialog .card { | ||||||
|     margin: 0; |     margin: 0; | ||||||
|  |     width: auto; | ||||||
|     border: none; |     border: none; | ||||||
|     padding: 8px; |     padding: 16px 8px; | ||||||
|     background: unset; |     background: unset; | ||||||
|  |     break-inside: avoid-column; | ||||||
| } | } | ||||||
|  |  | ||||||
| .help-dialog .card-body { | .help-dialog .card-body { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user