diff options
| author | lambda <pleromagit@rogerbraun.net> | 2017-11-08 10:44:24 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2017-11-08 10:44:24 +0000 |
| commit | 37f5e0d8b6230ccb4801b1ee0e185d64acc00348 (patch) | |
| tree | 10d103e9e8851e8301137e3928391be02309d4ae /src/App.scss | |
| parent | 5dca57cc058bfb95e40e32714057cbf0d24ce679 (diff) | |
| parent | 176421163b85ce2e5d63d82c914c245a15234132 (diff) | |
Merge branch 'fix/polish-user-finder-and-nav-buttons' into 'develop'
Fix/polish user finder and nav buttons
See merge request pleroma/pleroma-fe!132
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 { |
