From bac1d3bd57fb0c04b32c31a048ccf58a3dee6be0 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Sat, 3 Jun 2017 23:42:54 +0300 Subject: Move user-finder into navbar and hide it behind a toggle button, update fontello icons with user-plus and menu. --- src/App.scss | 2 ++ src/App.vue | 3 ++- src/components/user_finder/user_finder.js | 6 +++++- src/components/user_finder/user_finder.vue | 20 +++++++++++++++----- 4 files changed, 24 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/App.scss b/src/App.scss index 3db81537..a5f190cb 100644 --- a/src/App.scss +++ b/src/App.scss @@ -52,6 +52,8 @@ button{ .item { flex: 1; + line-height: 21px; + height: 21px; } .gaps > .item { diff --git a/src/App.vue b/src/App.vue index d0c6671e..d77c34bb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,6 +6,7 @@ {{sitename}}
+
@@ -19,7 +20,7 @@