default button padding (was 6px default) on chrome

This commit is contained in:
Mashy 2019-11-21 14:22:05 +10:00
parent 1735087321
commit 33420e4231

View File

@ -133,6 +133,11 @@ button, input {
flex: 1;
border-radius: 0.5em;
line-height: 2em;
padding-right: 0.1em;
padding-left: 0.1em;
padding-bottom: 0.1em;
padding-top: 0.1em;
/*the transitions */
transition-property: border-color, color, background;