mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix rounded border for segment followed by pagination (#30809)
Fixes https://github.com/go-gitea/gitea/issues/30673, specifically https://github.com/go-gitea/gitea/issues/30673#issuecomment-2085329812.
This commit is contained in:
		| @@ -152,6 +152,7 @@ | ||||
| } | ||||
|  | ||||
| .ui.attached.segment:has(+ .ui[class*="top attached"].header), | ||||
| .ui.attached.segment:has(+ .page.buttons), | ||||
| .ui.attached.segment:last-child, | ||||
| .ui.segment:has(+ .ui.segment:not(.attached)), | ||||
| .ui.attached.segment:has(+ .ui.modal) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user