forked from abner/for-legacy-web
fix(messagebox): mobile button increased width
parent
13f119942c
commit
68acfe26de
|
|
@ -104,6 +104,10 @@ const Action = styled.div`
|
|||
/*padding: 14px 0 14px 14px;*/
|
||||
}
|
||||
|
||||
.mobile {
|
||||
width: 62px;
|
||||
}
|
||||
|
||||
${() =>
|
||||
!isTouchscreenDevice &&
|
||||
css`
|
||||
|
|
|
|||
Loading…
Reference in New Issue