mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Add 'Show on a map' button to Location in profile, fix layout (#26214)
Not too important, but I think that it'd be a pretty neat touch. Also fixes some layout bugs introduced by a previous PR. --------- Co-authored-by: Gusted <postmaster@gusted.xyz> Co-authored-by: Caesar Schinas <caesar@caesarschinas.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							72363be7ca
						
					
				
				
					commit
					d58c542579
				
			| @@ -22,18 +22,16 @@ | ||||
|  | ||||
| .user.profile .ui.card .extra.content > ul > li { | ||||
|   padding: 10px; | ||||
|   display: flex; | ||||
|   list-style: none; | ||||
|   align-items: center; | ||||
|   gap: 0.25em; | ||||
| } | ||||
|  | ||||
| .user.profile .ui.card .extra.content > ul > li:not(:last-child) { | ||||
|   border-bottom: 1px solid var(--color-secondary); | ||||
| } | ||||
|  | ||||
| .user.profile .ui.card .extra.content > ul > li .svg { | ||||
|   margin-left: 1px; | ||||
|   margin-right: 5px; | ||||
| } | ||||
|  | ||||
| .user.profile .ui.card .extra.content > ul > li.follow .ui.button { | ||||
|   width: 100%; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user