| 
					
				 | 
			
			
				@@ -1,6 +1,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  <div class="navbar"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <hamburger id="hamburger-container" :is-active="sidebar.opened" class="hamburger-container" @toggleClick="toggleSideBar" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <div class="navbarB"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <hamburger id="hamburger-container" :is-active="sidebar.opened" class="hamburger-container " @toggleClick="toggleSideBar" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <breadcrumb id="breadcrumb-container" class="breadcrumb-container" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -102,7 +102,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <style lang="scss" scoped> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-.navbar { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.navbarB { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   height: 50px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   overflow: visible ; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   position: relative; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -162,7 +162,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       margin-right: 30px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       .avatar-wrapper { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        margin-top: 5px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         .user-avatar { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -176,7 +175,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           cursor: pointer; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           right: -20px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          top: 25px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          top: 21px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           font-size: 12px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 |