Fix reset button size

This commit is contained in:
Will Scullin 2022-06-04 12:04:47 -07:00
parent 9628b437b1
commit 72cfbe9062
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@
border-radius: 3px;
color: white;
font: 9px Helvetica;
height: 42px;
height: 36px;
padding: 0;
margin-left: 10px;
width: 42px;
width: 36px;
display: flex;
justify-content: center;
align-items: center;