mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-04 12:35:55 +00:00 
			
		
		
		
	formatting
This commit is contained in:
		
							parent
							
								
									27ac04e7bf
								
							
						
					
					
						commit
						859753a026
					
				
					 1 changed files with 10 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -15,22 +15,22 @@
 | 
			
		|||
.tabbrowser-tab,
 | 
			
		||||
.tabbrowser-tab .tab-close-button,
 | 
			
		||||
.tabbrowser-tab .tab-icon-image{
 | 
			
		||||
	pointer-events: auto
 | 
			
		||||
  pointer-events: auto
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Invisible capture box behind tabs*/
 | 
			
		||||
:root:not([customizing]) #urlbar::before{
 | 
			
		||||
	position: fixed;
 | 
			
		||||
	top: 0;
 | 
			
		||||
	left: 0;
 | 
			
		||||
	width: calc(100vw - 138px);
 | 
			
		||||
	height: var(--tab-min-height);
 | 
			
		||||
	content: "";
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  top: 0;
 | 
			
		||||
  left: 0;
 | 
			
		||||
  width: calc(100vw - 138px);
 | 
			
		||||
  height: var(--tab-min-height);
 | 
			
		||||
  content: "";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Make tabs appear over the invisible box */
 | 
			
		||||
:root:not([customizing]) #tabbrowser-tabs{
 | 
			
		||||
	position: relative;
 | 
			
		||||
	z-index: 1;
 | 
			
		||||
	pointer-events: none
 | 
			
		||||
  position: relative;
 | 
			
		||||
  z-index: 1;
 | 
			
		||||
  pointer-events: none
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue