mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Add dedicated class for empty placeholders (#27788)
Fixes: https://github.com/go-gitea/gitea/issues/27784 <img width="1033" alt="Screenshot 2023-10-25 at 19 07 15" src="https://github.com/go-gitea/gitea/assets/115237/1a363851-1a86-48cb-99ec-0a573371bb6e"> <img width="1051" alt="Screenshot 2023-10-25 at 19 07 41" src="https://github.com/go-gitea/gitea/assets/115237/add4b606-2264-430a-af35-249ef005817f"> Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
		| @@ -1798,10 +1798,12 @@ | ||||
|   flex: 1 | ||||
| } | ||||
|  | ||||
| .repository.packages .empty, | ||||
| .repository.actions .empty { | ||||
|   padding-top: 70px; | ||||
|   padding-bottom: 100px; | ||||
| .empty-placeholder { | ||||
|   display: flex; | ||||
|   flex-direction: column; | ||||
|   align-items: center; | ||||
|   padding-top: 40px; | ||||
|   padding-bottom: 40px; | ||||
| } | ||||
|  | ||||
| .repository.packages .file-size { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user