fix(channel): jump to beginning bar

pull/1049/head
trashtemp 2021-12-25 11:20:44 +01:00
parent b9dc8b91db
commit 12c82da66d
1 changed files with 1 additions and 1 deletions

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