mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-12 18:29:57 -05:00
fix: fixed jump to bottom bar positioning
This commit is contained in:
parent
136faadcec
commit
e7e8dbf23d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>`
|
||||||
${(props) =>
|
${(props) =>
|
||||||
props.position === "bottom" &&
|
props.position === "bottom" &&
|
||||||
css`
|
css`
|
||||||
top: 65px;
|
top: -28px;
|
||||||
|
|
||||||
${() =>
|
${() =>
|
||||||
isTouchscreenDevice &&
|
isTouchscreenDevice &&
|
||||||
|
|
Loading…
Reference in a new issue