Fix some formatting
This commit is contained in:
		
							parent
							
								
									5544112e45
								
							
						
					
					
						commit
						49c9accc63
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,7 @@
 | 
			
		|||
@-moz-document url("about:addons"){
 | 
			
		||||
  #list-view{ overflow: auto }
 | 
			
		||||
	/* Test for Firefox > 66 */
 | 
			
		||||
	@supports (inset-block:auto){
 | 
			
		||||
  @supports (inset-block:auto){
 | 
			
		||||
    #addon-list{
 | 
			
		||||
      display: grid;
 | 
			
		||||
      grid-template-areas: "a a";
 | 
			
		||||
| 
						 | 
				
			
			@ -15,7 +15,7 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
	/* Test for Firefox < 66 */
 | 
			
		||||
	@supports not (inset-block:auto){
 | 
			
		||||
  @supports not (inset-block:auto){
 | 
			
		||||
    #addon-list > scrollbox > .scrollbox-innerbox{
 | 
			
		||||
      display: grid;
 | 
			
		||||
      grid-template-areas: "a a";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue