mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
fix(messagebox): mobile button increased width
This commit is contained in:
parent
13f119942c
commit
68acfe26de
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,10 @@ const Action = styled.div`
|
||||||
/*padding: 14px 0 14px 14px;*/
|
/*padding: 14px 0 14px 14px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mobile {
|
||||||
|
width: 62px;
|
||||||
|
}
|
||||||
|
|
||||||
${() =>
|
${() =>
|
||||||
!isTouchscreenDevice &&
|
!isTouchscreenDevice &&
|
||||||
css`
|
css`
|
||||||
|
|
Loading…
Reference in a new issue