mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Update
This commit is contained in:
		@@ -14,30 +14,6 @@ main {
 | 
			
		||||
}
 | 
			
		||||
/* ### End sticky footer ### */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * ### Start sidenav-fixed offset ###
 | 
			
		||||
 * The sidenav-fixed class is used which causes the sidenav to be fixed and open
 | 
			
		||||
 * on large screens and hides to the regular functionality on smaller screens.
 | 
			
		||||
 * In order to prevent the sidenav to overlap the content, the content (in our
 | 
			
		||||
 * case header, main and footer) gets an offset equal to the width of the
 | 
			
		||||
 * sidenav.
 | 
			
		||||
*/
 | 
			
		||||
@media only screen and (min-width : 993px) {
 | 
			
		||||
  header, main, footer {
 | 
			
		||||
    padding-left: 300px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .modal:not(.bottom-sheet) {
 | 
			
		||||
    left: 300px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .navbar-fixed > nav {
 | 
			
		||||
    width: calc(100% - 300px)
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
/* ### End sidenav-fixed offset ### */
 | 
			
		||||
 | 
			
		||||
/* add custom bold class */
 | 
			
		||||
.bold {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user