fix(messagebox): mobile button increased width

This commit is contained in:
trashtemp
2022-01-20 11:38:12 +01:00
parent 594521a29f
commit 49af613a22

View File

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