diff --git a/src/App.scss b/src/App.scss index fd44dfb8ef..0e89a429b4 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 479358b298..8e802a02b7 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 a54b8ae26e..3c69e3b490 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 @@