fix max keyboard width & height
This commit is contained in:
parent
7cb8167d7a
commit
7c80aacf42
@ -36,7 +36,9 @@ export const BackspaceBtn = styled.img`
|
|||||||
export const Key = styled.button`
|
export const Key = styled.button`
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
width: 8vw;
|
width: 8vw;
|
||||||
|
max-width: 100px;
|
||||||
height: 7vw;
|
height: 7vw;
|
||||||
|
max-height: 100px;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user