style(NumberKeyboard): adjust key height to 28px (#6899)

This commit is contained in:
neverland
2020-07-29 18:12:42 +08:00
committed by GitHub
parent d6d333370f
commit 7d375e3af3
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -6,8 +6,7 @@
left: 0;
z-index: @number-keyboard-z-index;
width: 100%;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
padding-bottom: 28px;
background-color: @number-keyboard-background-color;
user-select: none;