mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-04 04:25:55 +00:00 
			
		
		
		
	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"){
 | 
					@-moz-document url("about:addons"){
 | 
				
			||||||
  #list-view{ overflow: auto }
 | 
					  #list-view{ overflow: auto }
 | 
				
			||||||
	/* Test for Firefox > 66 */
 | 
						/* Test for Firefox > 66 */
 | 
				
			||||||
	@supports (inset-block:auto){
 | 
					  @supports (inset-block:auto){
 | 
				
			||||||
    #addon-list{
 | 
					    #addon-list{
 | 
				
			||||||
      display: grid;
 | 
					      display: grid;
 | 
				
			||||||
      grid-template-areas: "a a";
 | 
					      grid-template-areas: "a a";
 | 
				
			||||||
| 
						 | 
					@ -15,7 +15,7 @@
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
	/* Test for Firefox < 66 */
 | 
						/* Test for Firefox < 66 */
 | 
				
			||||||
	@supports not (inset-block:auto){
 | 
					  @supports not (inset-block:auto){
 | 
				
			||||||
    #addon-list > scrollbox > .scrollbox-innerbox{
 | 
					    #addon-list > scrollbox > .scrollbox-innerbox{
 | 
				
			||||||
      display: grid;
 | 
					      display: grid;
 | 
				
			||||||
      grid-template-areas: "a a";
 | 
					      grid-template-areas: "a a";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue