From bfa04bfb11909c9e4af108973b5f34eaae6b9472 Mon Sep 17 00:00:00 2001 From: shpuld Date: Wed, 8 Nov 2017 11:26:42 +0200 Subject: [PATCH] Hide overflowing elements when userfinder is active. Don't scroll on button presses. Make buttons slightly bigger and more spaced out. --- src/App.scss | 6 ++++++ src/App.vue | 6 +++--- src/components/user_finder/user_finder.vue | 13 +++++++++---- 3 files changed, 18 insertions(+), 7 deletions(-) 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 48cf9ea6e0..eb9bdf5d2e 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 2ca476fa35..8c82a95bfe 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 @@