fix(channel): jump to beginning bar

This commit is contained in:
trashtemp
2021-12-25 11:20:44 +01:00
parent 56ab2a2917
commit 7e02979560

View File

@@ -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;
`}
}