fix(messagebox): mobile button increased width

pull/1049/head
trashtemp 2022-01-20 11:38:12 +01:00
parent 594521a29f
commit 49af613a22
1 changed files with 4 additions and 0 deletions

View File

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