aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-08 11:26:42 +0200
committershpuld <shp@cock.li>2017-11-08 11:26:42 +0200
commitbfa04bfb11909c9e4af108973b5f34eaae6b9472 (patch)
treedf40b1e2693332426449774bdf1698ba49aa7aae /src/App.scss
parente74e7257508cb46dd0ef35685e5a4e2553f71619 (diff)
Hide overflowing elements when userfinder is active. Don't scroll on button presses. Make buttons slightly bigger and more spaced out.
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss6
1 files changed, 6 insertions, 0 deletions
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 {