mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-03 20:15:56 +00:00 
			
		
		
		
	apply z-index to tabs, not titlebar and remove browser margin in fullscren
This commit is contained in:
		
							parent
							
								
									daaff92e6a
								
							
						
					
					
						commit
						ccddba2424
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -22,7 +22,7 @@ See the above repository for updates as well as full license text. */
 | 
			
		|||
  position: relative;
 | 
			
		||||
  z-index: 2;
 | 
			
		||||
}
 | 
			
		||||
#titlebar{ position: relative; z-index: 3 }
 | 
			
		||||
#TabsToolbar{ position: relative; z-index: 3 }
 | 
			
		||||
#navigator-toolbox:focus-within > .browser-toolbar,
 | 
			
		||||
#titlebar:hover ~ .browser-toolbar,
 | 
			
		||||
#nav-bar:hover,
 | 
			
		||||
| 
						 | 
				
			
			@ -34,4 +34,4 @@ See the above repository for updates as well as full license text. */
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
#PersonalToolbar{ transition: transform 400ms ease 1.8s !important; position: relative; z-index: 1 }
 | 
			
		||||
:root[sessionrestored] > body > #browser{ margin-top: var(--uc-navbar-transform); }
 | 
			
		||||
:root[sessionrestored]:not([inFullscreen]) > body > #browser{ margin-top: var(--uc-navbar-transform); }
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue