fix(messagebox): mobile button increased width

This commit is contained in:
trashtemp 2022-01-20 11:38:12 +01:00
parent 13f119942c
commit 68acfe26de
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -104,6 +104,10 @@ const Action = styled.div`
/*padding: 14px 0 14px 14px;*/
}
.mobile {
width: 62px;
}
${() =>
!isTouchscreenDevice &&
css`