mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	fix navbar not supporting other languages nicely size wise
This commit is contained in:
		
							parent
							
								
									295357f12b
								
							
						
					
					
						commit
						349bf29122
					
				@ -12,6 +12,18 @@
 | 
			
		||||
    bottom: 0;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
}
 | 
			
		||||
.navbar {
 | 
			
		||||
    height: auto;  /* Adjusts height automatically based on content */
 | 
			
		||||
    white-space: nowrap;  /* Prevents wrapping of navbar contents */
 | 
			
		||||
}
 | 
			
		||||
/* TODO enable later 
 | 
			
		||||
.navbar .container {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    max-width: 100%;  //Allows the container to expand up to full width 
 | 
			
		||||
    margin-left: auto;
 | 
			
		||||
    margin-right: auto;
 | 
			
		||||
}*/
 | 
			
		||||
 | 
			
		||||
html[lang-direction=ltr] * {
 | 
			
		||||
    direction: ltr;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user