From f27226b55cefe6e351e562bbc908f5517e236804 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 10 Apr 2022 22:09:46 +0300 Subject: improvements to relative font sizes --- src/App.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/App.scss') 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 { -- cgit v1.2.3-70-g09d2