From 98c9cbc6258f699fc944f025230c35faf8575bc2 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Mon, 30 Jan 2017 00:02:09 -0500 Subject: feat. added auto fill for search bar. --- views/layouts/layout.hbs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'views/layouts/layout.hbs') diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index 42eaff6..062518f 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -13,7 +13,7 @@ - + {{# if userProfile}} @@ -28,8 +28,9 @@ crossorigin="anonymous"> - - + + + @@ -40,10 +41,9 @@ {{/if}} {{# if homePage }} - + {{/if}} - {{# if noHeader}} @@ -58,4 +58,4 @@ {{/if}} - \ No newline at end of file + -- cgit v1.2.3 From bd692ffbc8327c2ae6bec1376554ae569eb44e88 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 14 Apr 2017 21:16:07 -0400 Subject: now using minified css on production. --- views/layouts/layout.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/layouts/layout.hbs') diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index 062518f..db1ab85 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -11,7 +11,7 @@ - + -- cgit v1.2.3 From 27f1cff089254b678bfcc695ab40b23a6a65a998 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Sun, 16 Apr 2017 19:18:19 -0400 Subject: added css for specific screen widths --- views/layouts/layout.hbs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/layouts/layout.hbs') diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index db1ab85..52a3506 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -9,6 +9,8 @@ + + -- cgit v1.2.3