fixing search animation for the header search input
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Dec 2016 14:13:31 +0000 (09:13 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Dec 2016 14:13:31 +0000 (09:13 -0500)
css/app.css
scss/_page.header.scss

index 2617640..f07ac05 100644 (file)
@@ -6414,7 +6414,7 @@ header {
       position: relative; }
   header .search-field {
     overflow: hidden;
-    transform: translate(12px, 0px);
+    transform: translate(13px, 1px);
     display: inline-block;
     width: 0px;
     height: 26px; }
index ce71e0f..b8b0cfe 100644 (file)
@@ -161,7 +161,7 @@ header {
     }
     .search-field{
         overflow: hidden;
-        transform: translate(12px, 0px);
+        transform: translate(13px, 1px);
         display: inline-block;
         width: 0px;
         height: 26px;