mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Add monospace toggle button to textarea (#24034)
- Add new button to textarea to switch font. State is persisted in localStorage. - Change markdown-switch-easymde button from `<span>` to `<button>` - Slightly increased monospace font globally by 5% as I think it fits better. For hover effect on these buttons I'm deferring to https://github.com/go-gitea/gitea/pull/23896.  --------- Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
		| @@ -24,6 +24,7 @@ | ||||
|   user-select: none; | ||||
|   padding: 5px; | ||||
|   cursor: pointer; | ||||
|   color: var(--color-text); | ||||
| } | ||||
|  | ||||
| .combo-markdown-editor .markdown-toolbar-button:hover { | ||||
|   | ||||
| @@ -29,7 +29,7 @@ | ||||
|  | ||||
| .gt-mono { | ||||
|   font-family: var(--fonts-monospace) !important; | ||||
|   font-size: .9em !important; /* compensate for monospace fonts being usually slightly larger */ | ||||
|   font-size: .95em !important; /* compensate for monospace fonts being usually slightly larger */ | ||||
| } | ||||
|  | ||||
| .gt-bold { font-weight: 600 !important; } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user