fix button size to prevent text overflow on show new button

This commit is contained in:
shitpostalotl 2022-08-03 13:49:26 -07:00
parent c50c670aa2
commit 4357239e2a
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ nav {
cursor: pointer;
box-shadow: $fallback--buttonShadow;
box-shadow: var(--buttonShadow);
font-size: 1em;
font-size: 0.8em;
font-family: sans-serif;
font-family: var(--interfaceFont, sans-serif);