mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Unify border-radius behavior (#26770)
				
					
				
			## Changes - no more hardcoded `border-radius`es (apart from `0`) - no more value inconsistencies - no more guessing what pixel value you should use - two new variables: - `--border-radius-medium` (for elements where the normal border radius does not suffice) - `--border-radius-circle` (for displaying circles) --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
		@@ -98,7 +98,7 @@
 | 
			
		||||
 | 
			
		||||
.feeds code {
 | 
			
		||||
  padding: 2px 4px;
 | 
			
		||||
  border-radius: 3px;
 | 
			
		||||
  border-radius: var(--border-radius);
 | 
			
		||||
  background-color: var(--color-markup-code-block);
 | 
			
		||||
  word-break: break-all;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user