mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-29 18:30:58 -05:00
Update: Fixed color swatch on mobile
This commit is contained in:
parent
64f415acfc
commit
f0fccac355
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,8 @@ const SwatchesBase = styled.div`
|
||||||
height: 0;
|
height: 0;
|
||||||
top: 72px;
|
top: 72px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
@ -97,6 +99,7 @@ const Rows = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
|
Loading…
Reference in a new issue