mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09: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}} | 			{{$.CsrfTokenHtml}} | ||||||
| 			<button class="fluid ui button {{if not $.NewPinAllowed}}disabled{{end}}"> | 			<button class="fluid ui button {{if not $.NewPinAllowed}}disabled{{end}}"> | ||||||
| 				{{if not .Issue.IsPinned}} | 				{{if not .Issue.IsPinned}} | ||||||
| 					{{svg "octicon-pin" 16 "tw-mr-2"}} | 					{{svg "octicon-pin"}} | ||||||
| 					{{ctx.Locale.Tr "pin"}} | 					{{ctx.Locale.Tr "pin"}} | ||||||
| 				{{else}} | 				{{else}} | ||||||
| 					{{svg "octicon-pin-slash" 16 "tw-mr-2"}} | 					{{svg "octicon-pin-slash"}} | ||||||
| 					{{ctx.Locale.Tr "unpin"}} | 					{{ctx.Locale.Tr "unpin"}} | ||||||
| 				{{end}} | 				{{end}} | ||||||
| 			</button> | 			</button> | ||||||
|   | |||||||
| @@ -39,7 +39,7 @@ | |||||||
| 						{{end}} | 						{{end}} | ||||||
| 					{{end}} | 					{{end}} | ||||||
| 				</div> | 				</div> | ||||||
| 				{{end}} | 			{{end}} | ||||||
| 		</div> | 		</div> | ||||||
| 	</div> | 	</div> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user