mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Fix wrong offset for navbar elements.
This commit is contained in:
		@@ -23,13 +23,13 @@ main {
 | 
				
			|||||||
 * case header, main and footer) gets an offset equal to the width of the
 | 
					 * case header, main and footer) gets an offset equal to the width of the
 | 
				
			||||||
 * sidenav.
 | 
					 * sidenav.
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
header, main, footer {
 | 
					@media only screen and (min-width : 993px) {
 | 
				
			||||||
  padding-left: 300px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@media only screen and (max-width : 992px) {
 | 
					 | 
				
			||||||
  header, main, footer {
 | 
					  header, main, footer {
 | 
				
			||||||
    padding-left: 0;
 | 
					    padding-left: 300px;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  .navbar-fixed > nav {
 | 
				
			||||||
 | 
					    width: calc(100% - 300px)
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
/* ### End sidenav-fixed offset ### */
 | 
					/* ### End sidenav-fixed offset ### */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user