diff options
| author | shpuld <shp@cock.li> | 2017-11-08 11:26:42 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-08 11:26:42 +0200 |
| commit | bfa04bfb11909c9e4af108973b5f34eaae6b9472 (patch) | |
| tree | df40b1e2693332426449774bdf1698ba49aa7aae /src/App.scss | |
| parent | e74e7257508cb46dd0ef35685e5a4e2553f71619 (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.scss | 6 |
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 { |
