forked from AkkomaGang/akkoma-fe
fix button size to prevent text overflow on show new button
This commit is contained in:
parent
c50c670aa2
commit
4357239e2a
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ nav {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: $fallback--buttonShadow;
|
box-shadow: $fallback--buttonShadow;
|
||||||
box-shadow: var(--buttonShadow);
|
box-shadow: var(--buttonShadow);
|
||||||
font-size: 1em;
|
font-size: 0.8em;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-family: var(--interfaceFont, sans-serif);
|
font-family: var(--interfaceFont, sans-serif);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue