fix(channel): jump to beginning bar

This commit is contained in:
trashtemp 2021-12-25 11:20:44 +01:00
parent 56ab2a2917
commit 7e02979560
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -71,7 +71,7 @@ export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>`
isTouchscreenDevice && isTouchscreenDevice &&
css` css`
height: 34px; height: 34px;
top: -32px; /*top: -32px;*/
padding: 0 12px; padding: 0 12px;
`} `}
} }