diff --git a/src/App.scss b/src/App.scss index fd44dfb8..0e89a429 100644 --- a/src/App.scss +++ b/src/App.scss @@ -69,6 +69,12 @@ button{ flex: 1; line-height: 21px; height: 21px; + overflow: hidden; + + .nav-icon { + font-size: 1.1em; + margin-left: 0.4em; + } } .gaps > .item { diff --git a/src/App.vue b/src/App.vue index 48cf9ea6..eb9bdf5d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,9 +6,9 @@ {{sitename}}
- - - + + +
diff --git a/src/components/user_finder/user_finder.vue b/src/components/user_finder/user_finder.vue index 2ca476fa..8c82a95b 100644 --- a/src/components/user_finder/user_finder.vue +++ b/src/components/user_finder/user_finder.vue @@ -1,14 +1,14 @@ @@ -16,8 +16,12 @@