mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	Fix:the rounded corners of the folded file are not displayed correctly (#29953)
Fix: [#29933](https://github.com/go-gitea/gitea/issues/29933) **Before**  **After**  --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
		| @@ -69,7 +69,8 @@ | |||||||
|   border-radius: 0 0 0.28571429rem 0.28571429rem; |   border-radius: 0 0 0.28571429rem 0.28571429rem; | ||||||
| } | } | ||||||
|  |  | ||||||
| .ui.segments:not(.horizontal) > .segment:only-child { | .ui.segments:not(.horizontal) > .segment:only-child, | ||||||
|  | .ui.segments:not(.horizontal) > .segment:has(~ .tw-hidden) { /* workaround issue with :last-child ignoring hidden elements */ | ||||||
|   border-radius: 0.28571429rem; |   border-radius: 0.28571429rem; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 HEREYUA
					HEREYUA