瀏覽代碼

update the navigation offset for the animation

Ben Dwyer 4 年之前
父節點
當前提交
215fe1198a
共有 4 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      spearhead/assets/sass/navigation.scss
  2. 1 1
      spearhead/navigation-rtl.css
  3. 1 1
      spearhead/navigation.css
  4. 0 0
      spearhead/navigation.css.map

+ 1 - 1
spearhead/assets/sass/navigation.scss

@@ -53,7 +53,7 @@ div.extra-navigation-wrapper {
 		right: 0;
 		bottom: $header-height;
 		left: 0;
-		transform: translateY( 200px ); // This can be any value > $header-height
+		transform: translateY( 90px ); // This can be any value > $header-height
 	}
 
 	.primary-navigation-open & {

+ 1 - 1
spearhead/navigation-rtl.css

@@ -564,7 +564,7 @@
 		left: 0;
 		bottom: 80px;
 		right: 0;
-		transform: translateY(200px);
+		transform: translateY(90px);
 	}
 }
 

+ 1 - 1
spearhead/navigation.css

@@ -564,7 +564,7 @@
 		right: 0;
 		bottom: 80px;
 		left: 0;
-		transform: translateY(200px);
+		transform: translateY(90px);
 	}
 }
 

文件差異過大導致無法顯示
+ 0 - 0
spearhead/navigation.css.map


部分文件因文件數量過多而無法顯示