mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 03:29:02 +01:00 
			
		
		
		
	client: recent changes list: remove the dash between the time and the note title from markup
This commit is contained in:
		
							parent
							
								
									556baf2782
								
							
						
					
					
						commit
						aee8749bac
					
				| @ -125,7 +125,6 @@ export default class RecentChangesDialog extends BasicWidget { | |||||||
|                             .text(formattedTime) |                             .text(formattedTime) | ||||||
|                             .attr("title", change.date) |                             .attr("title", change.date) | ||||||
|                     ) |                     ) | ||||||
|                     .append(' - ') |  | ||||||
|                     .append($noteLink)); |                     .append($noteLink)); | ||||||
|             } |             } | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1305,3 +1305,7 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container { | |||||||
|     margin: 8px 10px;     |     margin: 8px 10px;     | ||||||
|     font-size: 18px; |     font-size: 18px; | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | .recent-changes-content li > span:first-child::after { | ||||||
|  |     content: " - "; | ||||||
|  | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Adorian Doran
						Adorian Doran