diff options
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 { |
