mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Style unification for the issue_management area (#32605)
Style unification for the issue_management area (consistent across the layout before:    after:  --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		@@ -6,10 +6,10 @@
 | 
			
		||||
			{{$.CsrfTokenHtml}}
 | 
			
		||||
			<button class="fluid ui button {{if not $.NewPinAllowed}}disabled{{end}}">
 | 
			
		||||
				{{if not .Issue.IsPinned}}
 | 
			
		||||
					{{svg "octicon-pin" 16 "tw-mr-2"}}
 | 
			
		||||
					{{svg "octicon-pin"}}
 | 
			
		||||
					{{ctx.Locale.Tr "pin"}}
 | 
			
		||||
				{{else}}
 | 
			
		||||
					{{svg "octicon-pin-slash" 16 "tw-mr-2"}}
 | 
			
		||||
					{{svg "octicon-pin-slash"}}
 | 
			
		||||
					{{ctx.Locale.Tr "unpin"}}
 | 
			
		||||
				{{end}}
 | 
			
		||||
			</button>
 | 
			
		||||
 
 | 
			
		||||
@@ -39,7 +39,7 @@
 | 
			
		||||
						{{end}}
 | 
			
		||||
					{{end}}
 | 
			
		||||
				</div>
 | 
			
		||||
				{{end}}
 | 
			
		||||
			{{end}}
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user