mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	Fix UI misalignment on user setting page (#25629)
Fix #25628 Diff with ignoring space: https://github.com/go-gitea/gitea/pull/25629/files?diff=unified&w=1 The "modal" shouldn't appear between "ui attached segment", otherwise these segments lose margin-top. After the fix: <details>     </details>
This commit is contained in:
		| @@ -2358,10 +2358,6 @@ | ||||
|   color: var(--color-text-light-2); | ||||
| } | ||||
|  | ||||
| .settings .list.email > .item:not(:first-child) { | ||||
|   min-height: 60px; | ||||
| } | ||||
|  | ||||
| .settings .list.collaborator > .item { | ||||
|   padding: 0; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user