mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-04 04:25:55 +00:00 
			
		
		
		
	new file
This commit is contained in:
		
							parent
							
								
									28278cffa4
								
							
						
					
					
						commit
						5e0e6e150e
					
				
					 1 changed files with 31 additions and 0 deletions
				
			
		
							
								
								
									
										31
									
								
								chrome/normal_pinned_tabs.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								chrome/normal_pinned_tabs.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,31 @@
 | 
			
		|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/normal_pinned_tabs.css made available under Mozilla Public License v. 2.0
 | 
			
		||||
See the above repository for updates as well as full license text. */
 | 
			
		||||
 | 
			
		||||
/* Makes pinned tabs behave like normal tabs, making their title and close buttons visible and making them "non-positioned" when tab strip is overflowing */
 | 
			
		||||
 | 
			
		||||
#tabbrowser-tabs{ padding-inline-start: 0px !important }
 | 
			
		||||
 | 
			
		||||
.tabbrowser-tab{
 | 
			
		||||
  -moz-box-flex: 100;
 | 
			
		||||
  max-width: 225px;
 | 
			
		||||
  min-width: var(--tab-min-width);
 | 
			
		||||
  width: 0;
 | 
			
		||||
  transition: min-width 100ms ease-out, max-width 100ms ease-out;
 | 
			
		||||
  margin-inline-start: 0px !important;
 | 
			
		||||
  position: initial !important;
 | 
			
		||||
  display: -moz-box !important
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.tabbrowser-tab[pinned] > .tab-stack{ border: none !important; }
 | 
			
		||||
.tabbrowser-tab[pinned]::after{ position: static !important; margin-block: 0px 1px !important; }
 | 
			
		||||
 | 
			
		||||
.tabbrowser-tab[selected]{ position: relative !important; }
 | 
			
		||||
 | 
			
		||||
.tab-label-container{ width: unset !important; }
 | 
			
		||||
.tab-label-container[pinned]{ margin-inline-start: 8px }
 | 
			
		||||
 | 
			
		||||
.tab-icon-sound:-moz-any([soundplaying],[muted],[activemedia-blocked],[pictureinpicture]),
 | 
			
		||||
.tab-close-button{ display: -moz-box !important; }
 | 
			
		||||
.tab-icon-overlay{ display: none !important; }
 | 
			
		||||
 | 
			
		||||
#tabbrowser-tabs[closebuttons="activetab"] > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button:not([selected="true"]){ display: none !important; }
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue