style(NumberKeyboard): adjust padding bottom (#6938)

This commit is contained in:
neverland 2020-08-04 19:20:40 +08:00 committed by GitHub
parent bbfdbc96d4
commit 0e8ae68f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
left: 0;
z-index: @number-keyboard-z-index;
width: 100%;
padding-bottom: 28px;
padding-bottom: 22px;
background-color: @number-keyboard-background-color;
user-select: none;