mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-04 12:35:55 +00:00 
			
		
		
		
	Use variables when setting icon sizes
This commit is contained in:
		
							parent
							
								
									202809a27e
								
							
						
					
					
						commit
						f221f89b30
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5,8 +5,8 @@ See the above repository for updates as well as full license text. */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#main-menubar > menu{
 | 
					#main-menubar > menu{
 | 
				
			||||||
  fill: currentColor;
 | 
					  fill: currentColor;
 | 
				
			||||||
  height: 22px;
 | 
					  height: var(--uc-menubaritem-height,22px);
 | 
				
			||||||
  width: 32px;
 | 
					  width: var(--uc-menubaritem-width,32px);
 | 
				
			||||||
  -moz-context-properties: fill;
 | 
					  -moz-context-properties: fill;
 | 
				
			||||||
  padding: 3px !important;
 | 
					  padding: 3px !important;
 | 
				
			||||||
  background-repeat: no-repeat;
 | 
					  background-repeat: no-repeat;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue