mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Use CSS inset shorthand (#30939)
				
					
				
			Use [inset](https://developer.mozilla.org/en-US/docs/Web/CSS/inset) shorthand instead of longhands. There may be more cases but these ones I was able to definitely identify.
This commit is contained in:
		| @@ -3,10 +3,7 @@ | ||||
| .ui.dimmer { | ||||
|   position: fixed; | ||||
|   display: none; | ||||
|   top: 0; | ||||
|   left: 0; | ||||
|   right: 0; | ||||
|   bottom: 0; | ||||
|   inset: 0; | ||||
|   background: var(--color-overlay-backdrop); | ||||
|   opacity: 0; | ||||
|   z-index: 1000; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user