mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-04 12:35:55 +00:00 
			
		
		
		
	Have minimum width for menubar spacer
This commit is contained in:
		
							parent
							
								
									1428068f47
								
							
						
					
					
						commit
						67cfaaac27
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -18,7 +18,11 @@
 | 
				
			||||||
#toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
 | 
					#toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#toolbar-menubar > [flex]{ flex-grow: 100; }
 | 
					#toolbar-menubar > [flex]{ flex-grow: 100; }
 | 
				
			||||||
#toolbar-menubar > spacer[flex]{ order: 99; flex-grow: 1; }
 | 
					#toolbar-menubar > spacer[flex]{
 | 
				
			||||||
 | 
					  order: 99;
 | 
				
			||||||
 | 
					  flex-grow: 1;
 | 
				
			||||||
 | 
					  min-width: var(--uc-window-drag-space-width,20px);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#toolbar-menubar .titlebar-button{ padding: 2px 17px !important;  }
 | 
					#toolbar-menubar .titlebar-button{ padding: 2px 17px !important;  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue