mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Optimize flex layout of release attachment area (#34885)
before:  after: 
This commit is contained in:
		@@ -70,8 +70,12 @@
 | 
			
		||||
  flex-wrap: wrap;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#release-list .release-entry .attachment-list > .item a {
 | 
			
		||||
  min-width: 300px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#release-list .release-entry .attachment-list .attachment-right-info {
 | 
			
		||||
  flex-grow: 1;
 | 
			
		||||
  flex-shrink: 0;
 | 
			
		||||
  min-width: 300px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user