mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-03 20:15:56 +00:00 
			
		
		
		
	userChrome/tabmenu: Fix max width of tab menu in FF >= 106 (MR 31)
This commit is contained in:
		
							parent
							
								
									8cbf7c9e30
								
							
						
					
					
						commit
						4a53e32a5c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -78,7 +78,8 @@
 | 
			
		|||
        max-height: 300px !important;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #allTabsMenu-allTabsViewTabs {
 | 
			
		||||
    #allTabsMenu-allTabsViewTabs, /* before FF 106 */
 | 
			
		||||
    #allTabsMenu-allTabsView-tabs { /* since FF 106 */
 | 
			
		||||
        /* Make sure tabs with long titles don't exceed the all tabs menu */
 | 
			
		||||
        max-width: calc(100vw - 20px);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue