mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-25 00:20:57 -05:00
fix(channel): jump to beginning bar
This commit is contained in:
parent
56ab2a2917
commit
7e02979560
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>`
|
|||
isTouchscreenDevice &&
|
||||
css`
|
||||
height: 34px;
|
||||
top: -32px;
|
||||
/*top: -32px;*/
|
||||
padding: 0 12px;
|
||||
`}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue