mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-04 12:35:55 +00:00 
			
		
		
		
	Prevent accidentally setting width for places toolbar drop indicator
This patch fixes an issue where top row of bookmarks toolbar can become unusable after draggin a bookmark
This commit is contained in:
		
							parent
							
								
									cf3d865b7d
								
							
						
					
					
						commit
						add8f8c1eb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -12,7 +12,7 @@ See the above repository for updates as well as full license text. */
 | 
				
			||||||
  max-height: none !important;
 | 
					  max-height: none !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#PlacesToolbar > hbox{ 
 | 
					#PlacesToolbar > hbox:not(#PlacesToolbarDropIndicatorHolder){ 
 | 
				
			||||||
  display: block;
 | 
					  display: block;
 | 
				
			||||||
  width: 100vw;
 | 
					  width: 100vw;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue