mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-04 04:25:55 +00:00 
			
		
		
		
	Fix too narrow customization mode view
This commit is contained in:
		
							parent
							
								
									5b4bc28058
								
							
						
					
					
						commit
						8ca6db80c6
					
				
					 3 changed files with 8 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -56,3 +56,6 @@ urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new ur
 | 
			
		|||
 | 
			
		||||
/* Hide dropdown placeholder */
 | 
			
		||||
#urlbar-container:not(:hover) .urlbar-history-dropmarker{ margin-inline-start: -28px; }
 | 
			
		||||
 | 
			
		||||
/* Fix customization view */
 | 
			
		||||
#customization-panelWrapper > .panel-arrowbox > .panel-arrow{ margin-inline-end: initial !important; }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -69,3 +69,5 @@ Window controls will be all wrong without it
 | 
			
		|||
 | 
			
		||||
/* Hide dropdown placeholder */
 | 
			
		||||
#urlbar-container:not(:hover) .urlbar-history-dropmarker{ margin-inline-start: -28px; }
 | 
			
		||||
/* Fix customization view */
 | 
			
		||||
#customization-panelWrapper > .panel-arrowbox > .panel-arrow{ margin-inline-end: initial !important; }
 | 
			
		||||
| 
						 | 
				
			
			@ -45,4 +45,6 @@ Window controls will be all wrong without it
 | 
			
		|||
 | 
			
		||||
  /* Hide dropdown placeholder */
 | 
			
		||||
  #urlbar-container:not(:hover) .urlbar-history-dropmarker{ margin-inline-start: -28px; }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
/* Fix customization view */
 | 
			
		||||
#customization-panelWrapper > .panel-arrowbox > .panel-arrow{ margin-inline-end: initial !important; }
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue