diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-10 22:09:46 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-10 22:09:46 +0300 |
| commit | f27226b55cefe6e351e562bbc908f5517e236804 (patch) | |
| tree | 3cbd5ecc67f5f3ed73cc74f132998b17024cef06 /src/App.scss | |
| parent | 666498e7b76144b35d245d4b1c09e1dc62fac84b (diff) | |
improvements to relative font sizes
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 cc8ef592..1025bb50 100644 --- a/src/App.scss +++ b/src/App.scss @@ -301,7 +301,7 @@ nav { cursor: pointer; box-shadow: $fallback--buttonShadow; box-shadow: var(--buttonShadow); - font-size: 1rem; + font-size: 1em; font-family: sans-serif; font-family: var(--interfaceFont, sans-serif); @@ -429,7 +429,7 @@ textarea, color: var(--inputText, $fallback--lightText); font-family: sans-serif; font-family: var(--inputFont, sans-serif); - font-size: 1rem; + font-size: 1em; margin: 0; box-sizing: border-box; display: inline-block; @@ -730,7 +730,7 @@ i[class*=icon-], } .btn.button-default { - min-height: 28px; + min-height: 2em; } .new-status-notification { |
