mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-04 04:25:55 +00:00 
			
		
		
		
	Add support for sidebar on left/right & RTL combinations
This commit is contained in:
		
							parent
							
								
									a8af335a9b
								
							
						
					
					
						commit
						5cbcc0378a
					
				
					 1 changed files with 13 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -11,6 +11,12 @@
 | 
			
		|||
  z-index:1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#sidebar-box[positionend]{ direction: rtl }
 | 
			
		||||
#sidebar-box[positionend] > *{ direction: ltr }
 | 
			
		||||
 | 
			
		||||
#sidebar-box[positionend]:-moz-locale-dir(rtl){ direction: ltr }
 | 
			
		||||
#sidebar-box[positionend]:-moz-locale-dir(rtl) > *{ direction: rtl }
 | 
			
		||||
 | 
			
		||||
#main-window[sizemode="fullscreen"] #sidebar-box{ --uc-sidebar-width: 1px; }
 | 
			
		||||
 | 
			
		||||
#sidebar-splitter{ display: none }
 | 
			
		||||
| 
						 | 
				
			
			@ -41,5 +47,11 @@
 | 
			
		|||
#sidebar,
 | 
			
		||||
#sidebar-header{
 | 
			
		||||
  background-color: var(--toolbar-bgcolor) !important;
 | 
			
		||||
  border-right: 1px solid rgb(80,80,80);
 | 
			
		||||
  border-inline: 1px solid rgb(80,80,80);
 | 
			
		||||
  border-inline-width: 0px 1px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#sidebar-box:not([positionend]) > :-moz-locale-dir(rtl),
 | 
			
		||||
#sidebar-box[positionend] > *{
 | 
			
		||||
  border-inline-width: 1px 0px;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue