diff options
| author | Henry Jameson <me@hjkos.com> | 2018-04-08 03:43:07 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-04-08 03:43:07 +0300 |
| commit | 59a05081c5ab6250a51b58a44c6b11245c7c79c4 (patch) | |
| tree | ab1b9af576793ec4d0b1afd49527dd3e9fd1e107 /src/App.scss | |
| parent | cc02672e1451f28bcb85a0b34d34117567cc0802 (diff) | |
some styles fixes
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss index 047cd333..e4b02017 100644 --- a/src/App.scss +++ b/src/App.scss @@ -95,7 +95,7 @@ input, textarea, .select { color: var(--lightFg, $fallback--lightFg); font-family: sans-serif; font-size: 14px; - padding: 8px 7px 4px; + padding: 8px 7px; box-sizing: border-box; display: inline-block; position: relative; @@ -183,8 +183,8 @@ i[class*=icon-] { .item { flex: 1; - line-height: 25px; - height: 25px; + line-height: 50px; + height: 50px; overflow: hidden; .nav-icon { |
